From f370359d82c1521412181d4361337f4ebae769e4 Mon Sep 17 00:00:00 2001 From: Craig Davis Date: Mon, 5 Mar 2012 08:51:40 -0600 Subject: [PATCH] Decrease resume padding, update the block quote to match. Additionally, this updates the page width so that in the transition to the widescreen layout there is never any horizontal page scrolling. --- assets/css/screen.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/assets/css/screen.css b/assets/css/screen.css index f49ef25..f3e43c4 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -18,7 +18,6 @@ */ @media screen and (min-width: 30em) { - } @@ -32,6 +31,11 @@ body { padding: 2em 0; } + blockquote { + top: 40px; + right: 50px; + position: absolute; + } ol { margin: 0 0 0 1em; } @@ -53,11 +57,11 @@ @media screen and (min-width: 57em) { .container { - width: 1000px; + width: 912px; } .resume { position:relative; - padding: 40px 80px; + padding: 40px 50px; } h1 { font-size: 48px; @@ -72,12 +76,6 @@ font-weight: normal; } - blockquote { - top: 0; - right: 40px; - position: absolute; - } - h3 { float: left; width: 16%;