From a28e8d6f5619d2dc3045de41cea3505f34c43aa7 Mon Sep 17 00:00:00 2001 From: Krytarik Raido Date: Thu, 23 Jul 2015 05:03:04 +0200 Subject: Make navbar placement consistent on larger screens. --- themes/custom/assets/css/custom.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'themes') 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 { -- cgit v1.2.3