Fix image width

This commit is contained in:
Tanner Collin 2022-05-18 16:10:14 -06:00
parent 031c4603b3
commit 2a2676263e

View File

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