From f0d67769d9e81ccfbe4397710583581158dbb637 Mon Sep 17 00:00:00 2001 From: jllord Date: Tue, 28 May 2013 21:58:45 -0700 Subject: [PATCH] stylez --- css/site.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/site.css b/css/site.css index 57ce5ea..2c0794d 100644 --- a/css/site.css +++ b/css/site.css @@ -65,4 +65,8 @@ code {font-family: "Consolas", "Ubuntu Mono", monospace; line-height: 22px; font @media (max-width: 1024px) { body {border: 20px #F8F8F8 solid; margin: 0px; padding: 20px 20px 80px 20px; } + } + + @media (max-width: 480px) { + #wrapper {max-width: 460px; padding-top: 20px;} } \ No newline at end of file