Bottom tagline
authorOve Klykken <klykken@gmail.com>
Tue, 10 Jun 2014 16:14:04 +0000 (12:14 -0400)
committerOve Klykken <klykken@gmail.com>
Tue, 10 Jun 2014 16:14:04 +0000 (12:14 -0400)
bottom tagline separated from the footer element

styles.css

index 011baa4..9059b72 100644 (file)
@@ -67,6 +67,11 @@ body {
 #nav .top-bar-section ul li a:hover {\r
     color: #fffb02 !important;\r
     }\r
+@media only screen and (max-width: 40.063em) {\r
+    #nav {\r
+        display: block;\r
+        }\r
+}\r
 @media only screen and (max-width: 40.063em) {\r
     .top-bar {\r
         display: none;\r
@@ -141,15 +146,20 @@ body {
 #footer {\r
     background: #f1ebcd;\r
     padding: 10px;\r
-    border-radius: 5px;\r
-    margin: 1em 0;\r
+    border-top-left-radius: 5px;m\r
+    border-top-right-radius: 5px;\r
+    margin: 1em 0 0 0;\r
+    }\r
+#footer h2 {\r
+    color: #b5383e;\r
     }\r
-#footer #tag {\r
+#tag {\r
     background: #b5383e;\r
     border-bottom-left-radius: 5px;\r
     border-bottom-right-radius: 5px;\r
     clear: both;\r
-    }\r
-#footer h2 {\r
-    color: #b5383e;\r
+    color: white;\r
+    padding: 10px;\r
+    text-align: center;\r
+    margin-bottom: 1em;\r
     }\r