site updates april 18, 2022

This commit is contained in:
Amber Zeller
2022-04-18 10:22:53 -04:00
parent 05957e25c3
commit d532771b93
15 changed files with 125 additions and 39 deletions

View File

@@ -13,7 +13,7 @@
}
html {
overflow: hidden;
/* overflow: hidden; */
max-width: 800px;
margin: auto;
}
@@ -45,7 +45,7 @@ img {
background-color: #111318;
display: inline-block;
overflow: hidden;
vertical-align:text-bottom
vertical-align:text-bottom;
}
ul {
@@ -62,4 +62,11 @@ a:focus {
outline-offset: 2px;
}
figure {
margin: 0;
margin-bottom: 8px;
}
figcaption {
margin-top: 4px;
}