From e224d133b3aa89135a015c4eaa8c08505a46062e Mon Sep 17 00:00:00 2001 From: Vallyre Hyers Date: Tue, 4 Apr 2017 18:50:15 -0400 Subject: [PATCH] Fixed conflicting .container top margins: set as 80px to allow for topnav. --- frontend/css/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/css/index.css b/frontend/css/index.css index a61cbfb..b6e0dae 100644 --- a/frontend/css/index.css +++ b/frontend/css/index.css @@ -24,9 +24,9 @@ hr.no-border { display: flex; flex-flow: column; } -.container { +/*.container { margin-top: 60px; -} +}*/ .content-row { flex: 0 1 50px; } @@ -560,7 +560,7 @@ div.avgline span.avg { opacity: 0.7; } .container { - margin-top: 0; + margin-top: 80px; } .container, .container-fluid {