1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-11-18 00:00:48 -05:00

fix responsive image height scaling

This commit is contained in:
2019-11-08 11:19:08 -05:00
parent b623aaeda8
commit a9f52bffbd
4 changed files with 17 additions and 7 deletions

View File

@@ -170,6 +170,7 @@ body#notes {
img,
figure {
height: auto;
max-width: 100%;
margin: 1em auto;
display: block;