Merge pull request 'Stop image overflows' (#22) from fix-posts-css into master
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #22
This commit is contained in:
Tyler Perkins 2022-12-28 03:12:19 +00:00
commit 18992a782b

View File

@ -114,6 +114,7 @@ figure {
figure img { figure img {
max-height: 40vh; max-height: 40vh;
max-width: 100%;
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
display: block; display: block;