diff options
| author | 2015-07-23 05:54:04 +0200 | |
|---|---|---|
| committer | 2015-07-23 05:54:04 +0200 | |
| commit | 6d38ce13bf5c19d715495a69900c8873d879b2a1 (patch) | |
| tree | c661c43b80f663ada17f805010769f987c303cdf /themes | |
| parent | f53d71960ec24d3d3ba8c77b304fc25700ebda3d (diff) | |
Make navbar placement consistent on larger screens.
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/custom/assets/css/custom.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index 8db4d60..16c1ea2 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -102,6 +102,15 @@ code, pre { } } +@media (min-width: 980px) { + .navbar .container { + width: 95%; + } + .navbar .brand { + margin-left: 0; + } +} + .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, |
