From 01a04c8467083e5616d2627beca3c888d4095da0 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 6 Jul 2013 14:35:24 +0200 Subject: [PATCH] Tweaks to News design --- site/css/style.css | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/site/css/style.css b/site/css/style.css index 8d17ad9c..d86e6d9b 100644 --- a/site/css/style.css +++ b/site/css/style.css @@ -502,7 +502,7 @@ body > footer a:hover img { /* News */ .news .news-header { - margin: 0 50px; + margin: 10px 50px; } .news .entry { @@ -511,13 +511,12 @@ body > footer a:hover img { padding: 20px; margin: 0 10px; box-shadow: 0 3px 10px rgba(0,0,0,.1); - min-height: 800px; font-size: 16px; } @media (max-width: 568px){ .news .entry { - margin: 0; + margin: 0 0 20px 0; } } @@ -532,12 +531,20 @@ body > footer a:hover img { padding: 40px; } +.news .post.single { + padding-top: 10px; +} + .news .news-listing h2 { margin: 0; padding-top: 10px; border-top: rgba(220, 220, 220, 0.5) 1px solid; } +.news .listing h2 { + margin-top: 0; +} + .news .post-details { padding: 0; font-size: 0.8em;