mirror of
https://gitlab.com/openlp/website.git
synced 2024-12-22 04:52:49 +00:00
Make the spacing between the menu items slightly smaller so that smaller screens don't wrap the menu
This commit is contained in:
parent
69ca3c8ac8
commit
c2e6effb96
@ -278,3 +278,8 @@ article blockquote p:first-child {
|
|||||||
.social-links li.reddit a:hover {
|
.social-links li.reddit a:hover {
|
||||||
color: #ff4500;
|
color: #ff4500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-navigation .navbar-default .navbar-nav > li > a {
|
||||||
|
padding-left: 15px;
|
||||||
|
padding-right: 15px;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user