Fix blog image sizing

This commit is contained in:
Joshua Goins 2022-09-21 10:37:36 -04:00
parent 9709e33c8b
commit 0baf950e51

View file

@ -63,3 +63,7 @@ footer {
margin: 10px;
}
article img {
width: 100%;
}