From c36c54e9304b443f8187fb705e8681d704633cb6 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 12 Jul 2019 13:22:09 -0400 Subject: [PATCH] Fix image heights --- src/stylesheet.css.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stylesheet.css.pp b/src/stylesheet.css.pp index 254e1ea..f026a1d 100644 --- a/src/stylesheet.css.pp +++ b/src/stylesheet.css.pp @@ -47,6 +47,7 @@ a { img { max-width: 100%; + height: auto; } a:visited {