Add about page

This commit is contained in:
2022-07-26 17:18:08 -06:00
parent 8b10b565a4
commit 9bed72b38a
10 changed files with 147 additions and 17 deletions

View File

@@ -99,12 +99,17 @@
font: 1.1rem/1.5 serif;
}
.content img {
.content img:not(.floated) {
width: 100%;
max-width: 36rem;
height: auto;
}
.content .floated {
float: left;
margin-right: 1rem;
}
.content .aside {
display: inline;
float: left;