Add css by @jow- about top bar
authorZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 08:52:54 +0000 (16:52 +0800)
committerZhong Jianxin <azuwis@gmail.com>
Tue, 24 May 2016 08:57:24 +0000 (16:57 +0800)
css/lede.css

index 4348bde85c88cf5f442cdeabd874871fc478c0f1..79188ab523a5bd9312684a927385647e7c07b001 100644 (file)
@@ -5,3 +5,14 @@ a {
 p {
     line-height: 1.8;
 }
+
+.top-bar-section {
+    max-width: 100rem !important;
+}
+
+@media only screen and (min-width: 40.063em) {
+    .top-bar {
+        height: auto;
+        min-height: 2.8125rem;
+    }
+}