From 933590b6bafba3fbdbfa586be8f550bab0d85471 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Thu, 13 Feb 2014 13:27:34 +0000 Subject: [PATCH 1/2] Added a breakpoint for .site to make it responsive --- lib/site_template/css/main.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/site_template/css/main.css b/lib/site_template/css/main.css index b11b5b8d..96a1eb26 100755 --- a/lib/site_template/css/main.css +++ b/lib/site_template/css/main.css @@ -39,6 +39,7 @@ a:visited { color: #a0a; } margin-bottom: 2em; } + .posts li { line-height: 1.75em; } @@ -64,6 +65,12 @@ a:visited { color: #a0a; } line-height: 1.5em; } +@media screen and (max-width: 44em) { + .site { + width: 90%; + } +} + .header a { font-weight: bold; text-decoration: none; From 69dc96dc9f5e370866f2bf7e0e0f59bdcd93a242 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Thu, 13 Feb 2014 13:28:11 +0000 Subject: [PATCH 2/2] Removed accidental linebreak --- lib/site_template/css/main.css | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/site_template/css/main.css b/lib/site_template/css/main.css index 96a1eb26..2ce8e749 100755 --- a/lib/site_template/css/main.css +++ b/lib/site_template/css/main.css @@ -39,7 +39,6 @@ a:visited { color: #a0a; } margin-bottom: 2em; } - .posts li { line-height: 1.75em; }