From 9a8eff98fc5dec755683ce1708bf0caf578c5752 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Wed, 19 Apr 2017 23:31:37 -0400 Subject: tweaking responsive css --- unbiased/html_template/unbiased.css | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/unbiased/html_template/unbiased.css b/unbiased/html_template/unbiased.css index 60932d8..24b1959 100755 --- a/unbiased/html_template/unbiased.css +++ b/unbiased/html_template/unbiased.css @@ -174,20 +174,18 @@ a:hover{ background-size: 100%; background-position: center center; float:left; - max-width:35%; } .middle-stories-hed{ font-size:1.2em; - float:left; - width:300px; margin-left:10px; color:#00f; + padding-left:150px; } @media only screen and (max-width:500px){ .middle-stories-hed{ - max-width:60%; + max-width:60%; } } -- cgit v1.2.3