Fix image aspect ratio, properly size nav on mobile

This commit is contained in:
Joshua Goins 2022-09-26 11:07:14 -04:00
parent c6fae38083
commit cd5848b300

View file

@ -10,6 +10,14 @@
aside { aside {
width: 100%; width: 100%;
} }
aside div {
padding: 2px;
}
aside div a {
font-size: 125%;
}
} }
body { body {
@ -63,7 +71,8 @@ footer {
margin: 10px; margin: 10px;
} }
blog-img img { .article-img {
width: 100%; width: 100%;
height: auto;
} }