From a1fac2d23f017eddd14fbf74d3feb1f108ea865a Mon Sep 17 00:00:00 2001 From: John Bintz Date: Fri, 19 Jul 2013 09:30:41 -0400 Subject: [PATCH] make it a little bigger --- sass/screen.scss | 4 ++-- stylesheets/screen.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sass/screen.scss b/sass/screen.scss index 61bac38..acb47a2 100644 --- a/sass/screen.scss +++ b/sass/screen.scss @@ -67,7 +67,7 @@ } pre, pre code { - font-size: 12px; + font-size: 13px; } h1 { @@ -131,7 +131,7 @@ h2 { } table { - width: 800px; + width: 900px; height: 100%; margin: 0 auto; } diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 1ea6b49..035bd44 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -4877,7 +4877,7 @@ input[type="submit"].btn.btn-mini { /* line 69, ../sass/screen.scss */ pre, pre code { - font-size: 12px; + font-size: 13px; } /* line 73, ../sass/screen.scss */ @@ -4947,7 +4947,7 @@ h2 { /* line 133, ../sass/screen.scss */ table { - width: 800px; + width: 900px; height: 100%; margin: 0 auto; }