From be2e8b4416cc48e230a9628c18b8eec3ee1904c1 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Tue, 13 Jan 2015 07:38:24 -0800 Subject: [PATCH] added padding to footer --- static/math.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/math.css b/static/math.css index 2037bda..13fd15d 100644 --- a/static/math.css +++ b/static/math.css @@ -5,3 +5,7 @@ .wrong { background: red; } + +footer { + padding-top: 20px; +}