From bc264a0effafcac83d97b3b813613c8947a84c9c Mon Sep 17 00:00:00 2001 From: Matt Carrier Date: Tue, 31 Mar 2015 00:52:58 -0700 Subject: [PATCH] Added 15px of padding so social icons are not flush against the bottom of the header --- static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/main.css b/static/css/main.css index ded9ed0..585c510 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -28,6 +28,7 @@ main { .header-text .sns-links { margin: 20px auto; text-align: center; + padding-bottom: 15px; } .header-text .sns-links a {