From f17e59d479822350687f8928c1908a9cca5860b5 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Wed, 12 Jun 2019 22:31:05 -0400 Subject: [PATCH] Fix image widths --- src/stylesheet.css.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stylesheet.css.pp b/src/stylesheet.css.pp index efef4cd..0ffdf71 100644 --- a/src/stylesheet.css.pp +++ b/src/stylesheet.css.pp @@ -46,7 +46,7 @@ a { } img { - width: 100%; + max-width: 100%; } a:visited {