summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarKrytarik Raido <krytarik@tuxgarage.com>2015-07-23 05:03:04 +0200
committerLibravatarKrytarik Raido <krytarik@tuxgarage.com>2015-07-23 05:03:04 +0200
commita28e8d6f5619d2dc3045de41cea3505f34c43aa7 (patch)
treeca7f591404950f2a5afa0e2e689d7809f1219e59
parentd54dc2fe35a7619b2dbd704a2ed845e1bc05ea40 (diff)
Make navbar placement consistent on larger screens.
-rw-r--r--themes/custom/assets/css/custom.css9
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 {