Stop image overflows #22

Merged
tyler merged 1 commits from fix-posts-css into master 2022-12-28 03:12:20 +00:00

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;