From aba3390ed04fb60156573dec85b8197426a67ced Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Tue, 3 Feb 2015 10:54:57 -0800 Subject: [PATCH] pad the footer --- static/css/main.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/static/css/main.css b/static/css/main.css index a661d95..91da1c5 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -1,10 +1,16 @@ body { padding-top: 60px; background: #FDCCED; + margin-bottom: 60px; } .container { max-width 600px; + padding: 0 15px; +} + +.container .text-muted { + margin: 20px 0; } html { @@ -47,3 +53,5 @@ table td { height: 60px; background-color: #FE9ACD; } + +