diff options
| author | 2015-07-23 05:03:04 +0200 | |
|---|---|---|
| committer | 2015-07-23 05:03:04 +0200 | |
| commit | a28e8d6f5619d2dc3045de41cea3505f34c43aa7 (patch) | |
| tree | ca7f591404950f2a5afa0e2e689d7809f1219e59 /themes/custom | |
| parent | d54dc2fe35a7619b2dbd704a2ed845e1bc05ea40 (diff) | |
Make navbar placement consistent on larger screens.
Diffstat (limited to 'themes/custom')
| -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 5e18bba..ece1bd5 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; + } +} + /* switch blue to red */ a { |
