From: Zhong Jianxin Date: Tue, 24 May 2016 08:52:54 +0000 (+0800) Subject: Add css by @jow- about top bar X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=78887d621c27e70ebccc3604f604b3f037752818 Add css by @jow- about top bar --- diff --git a/css/lede.css b/css/lede.css index 4348bde..79188ab 100644 --- a/css/lede.css +++ b/css/lede.css @@ -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; + } +}