From a0d3ee167907e55b47def7fbfa76298a326ed8b4 Mon Sep 17 00:00:00 2001 From: Barry Clark Date: Tue, 11 Feb 2014 09:11:56 -0500 Subject: Homepage blog format updates. --- style.css | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index afcc331..19ce0e4 100644 --- a/style.css +++ b/style.css @@ -386,35 +386,12 @@ nav { width: 100%; text-align: center; } } -.hero { - margin: 80px 20px 40px; } +.post { + width: 680px; } @media screen and (max-width: 520px) { - .hero { - margin: 40px 0; } } - .hero img { - float: left; - width: 160px; - padding-right: 30px; } - .hero h1 { - float: left; - width: 590px; - margin: 0; - font-weight: 400; - font-size: 2.5rem; - line-height: 1.3; } - @media screen and (max-width: 520px) { - .hero h1 { - font-size: 2.5rem; } } - .hero p { - float: left; - width: 590px; } - -article { - width: 700px; } - @media screen and (max-width: 520px) { - article { + .post { width: 100%; } } - article blockquote { + .post blockquote { border-left: 2px solid #666666; font-size: 1.2em; font-style: italic; -- cgit v1.2.3