From 64e87cd4a85766aa00fb7d4bcf9555694205c3a2 Mon Sep 17 00:00:00 2001 From: Matt Carrier Date: Tue, 31 Mar 2015 13:10:01 -0700 Subject: [PATCH] Removed 15px padding since this caused too much padding in Chrome. Added a 1px padding bottom under the .header-text which causes Firefox to match chrome without changing Chrome very much. --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index 585c510..2215f7d 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -14,6 +14,7 @@ main { height: 100%; background-color: rgba(0, 0, 0, 0.4); color: rgba(255, 255, 255, 0.9); + padding-bottom: 1px; } .header-text .tag-line { @@ -28,7 +29,6 @@ main { .header-text .sns-links { margin: 20px auto; text-align: center; - padding-bottom: 15px; } .header-text .sns-links a {