From 805578f70b0ee1326e0709c90b5c151db91a49ba Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Fri, 16 Nov 2012 20:35:58 -0500 Subject: [PATCH] trimmed the padding --- site.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site.css b/site.css index 31e8cb1..e1249f2 100755 --- a/site.css +++ b/site.css @@ -9,7 +9,7 @@ { text-align: center; background: #ccc; - padding: 20px; + padding: 5px; } #header h1 { margin: 0; } @@ -110,6 +110,6 @@ clear: both; background: #ccc; text-align: right; - padding: 20px; + padding: 5px; height: 1%; -} \ No newline at end of file +}