diff options
| -rw-r--r-- | themes/custom/assets/css/custom.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index 7a2006a..a55dfb9 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -42,6 +42,13 @@ code, pre { display: block; } +@media (max-width: 979px) { + .navbar .nav > li > .dropdown-menu:before, + .navbar .nav > li > .dropdown-menu:after { + display: none; + } +} + /* switch blue to red */ a { |
