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; }