summaryrefslogtreecommitdiffstats
path: root/themes/custom/assets/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/custom/assets/css/custom.css')
-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 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,