From 933590b6bafba3fbdbfa586be8f550bab0d85471 Mon Sep 17 00:00:00 2001 From: Josh Brown Date: Thu, 13 Feb 2014 13:27:34 +0000 Subject: [PATCH] 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;