Make the spacing between the menu items slightly smaller so that smaller screens don't wrap the menu

This commit is contained in:
Raoul Snyman 2015-08-29 23:18:27 +02:00
parent 69ca3c8ac8
commit c2e6effb96
1 changed files with 5 additions and 0 deletions

View File

@ -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;
}