Make images normally sized on wide articles

This commit is contained in:
Tanner Collin 2022-05-12 16:15:46 -06:00
parent 043c5201d2
commit c69f72880d

View File

@ -93,7 +93,7 @@ pre {
} }
.content img { .content img {
width: 100%; max-width: 36rem;
height: auto; height: auto;
} }