Skip to content

Commit

Permalink
Merge pull request #70 from pjackson28/fixmenubaritempadding
Browse files Browse the repository at this point in the history
Menu: Fixed the menu item padding
  • Loading branch information
Paul Jackson authored and Paul Jackson committed Apr 23, 2014
2 parents ab41a7b + 483fbc9 commit bf11662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/views/_mediumViewOver.scss
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ $header-margin: 15px;
display: block;
color: #FFF;
font-weight: 700;
padding: 0.48em 1.17em 0.48em 0.79em;
padding: 0.48em 0.79em;
text-decoration: none;
}

Expand Down

0 comments on commit bf11662

Please sign in to comment.