From f3d9287481b0ebba2b6dcb687e461dbc79074ad1 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 19 Apr 2017 22:59:37 -0400 Subject: tweaking top story responsiveness --- unbiased/html_template/unbiased.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index 1424ee9..60932d8 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -115,10 +115,12 @@ a:hover{ @media only screen and (max-width:500px){ .top-stories-img{ - width:auto; + width:inherit; + height:inherit; + max-width:350px; + padding-top:57.14%; } } - .top-stories-hed{ font-weight:bold; -- cgit v1.2.3