css-bootstrap/top-bar.css
authorAlan Knowles <alan@roojs.com>
Tue, 7 Feb 2017 07:29:58 +0000 (15:29 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 7 Feb 2017 07:29:58 +0000 (15:29 +0800)
css-bootstrap/top-bar.css

index 8a13d6d..879c198 100644 (file)
@@ -3,4 +3,27 @@ header .top-bar {
     background: #fafafa;
     border-bottom: 1px solid #eee;
     padding: 0;
+}
+
+
+@media (min-width: 980px)
+.top-bar .collapse {
+    display: block !important;
+    visibility: visible !important;
+    height: auto !important;
+    overflow: visible !important;
+    padding-bottom: 0;
+}
+
+@media (min-width: 768px) and (max-width: 979px) { 
+  header .top-bar {
+        min-height: 0;
+        padding: 3px 0;
+    }
+    
+header .social,
+footer .social {
+    margin-right: 4px;
+    line-height: 30px;
+    padding-left: 0;
 }
\ No newline at end of file