From c2e6effb96e5e91a0bddb230a7069e8416ff6396 Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sat, 29 Aug 2015 23:18:27 +0200 Subject: [PATCH] Make the spacing between the menu items slightly smaller so that smaller screens don't wrap the menu --- themes/openlp2v2/assets/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/openlp2v2/assets/css/custom.css b/themes/openlp2v2/assets/css/custom.css index 44edd83..0eb2bb2 100644 --- a/themes/openlp2v2/assets/css/custom.css +++ b/themes/openlp2v2/assets/css/custom.css @@ -278,3 +278,8 @@ article blockquote p:first-child { .social-links li.reddit a:hover { color: #ff4500; } + +.main-navigation .navbar-default .navbar-nav > li > a { + padding-left: 15px; + padding-right: 15px; +}