fixed spacing under nav

This commit is contained in:
John Mitchell 2015-06-08 11:30:24 -04:00
parent c20fc09243
commit 9fe304e42b
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@
@media screen and (min-width: (@menu-breakpoint + 1px)) {
padding: 0 20px;
padding-right: 23px;
}
&-menuContainer {

View File

@ -13,7 +13,7 @@ body {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: @black;
padding-top: 75px;
padding-top: 58px;
}
#main-menu-container {