From 3830597a501d693810b2ca968eeca43447013927 Mon Sep 17 00:00:00 2001 From: Ove Klykken Date: Tue, 10 Jun 2014 12:14:04 -0400 Subject: [PATCH] Bottom tagline bottom tagline separated from the footer element --- styles.css | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/styles.css b/styles.css index 011baa4..9059b72 100644 --- a/styles.css +++ b/styles.css @@ -67,6 +67,11 @@ body { #nav .top-bar-section ul li a:hover { color: #fffb02 !important; } +@media only screen and (max-width: 40.063em) { + #nav { + display: block; + } +} @media only screen and (max-width: 40.063em) { .top-bar { display: none; @@ -141,15 +146,20 @@ body { #footer { background: #f1ebcd; padding: 10px; - border-radius: 5px; - margin: 1em 0; + border-top-left-radius: 5px;m + border-top-right-radius: 5px; + margin: 1em 0 0 0; + } +#footer h2 { + color: #b5383e; } -#footer #tag { +#tag { background: #b5383e; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; clear: both; - } -#footer h2 { - color: #b5383e; + color: white; + padding: 10px; + text-align: center; + margin-bottom: 1em; } -- 2.17.1