From 8af876b0901f0d0ca62009a9e4e01a3cf6997fdd Mon Sep 17 00:00:00 2001 From: James Shiffer <2191476+scoliono@users.noreply.github.com> Date: Mon, 6 Jul 2020 11:25:30 -0700 Subject: [PATCH] fixed images being too short in the article list --- static/global.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/static/global.css b/static/global.css index 78645a4..e24133f 100644 --- a/static/global.css +++ b/static/global.css @@ -47,9 +47,6 @@ code { .article-date { font-size: 2rem !important; } - figure.article-image img { - height: 24rem !important; - } div.article-list > a { margin: 2rem !important; } @@ -83,7 +80,6 @@ figure.article-image { margin: 0; } figure.article-image img { - height: 12rem; width: auto; object-fit: contain; max-width: 100%;