Merge pull request #360 from technoboy10/gh300-scrollbar-fix

Fix gh-300: Horizontal Scroll Bar Shows on Front Page
This commit is contained in:
Matthew Taylor 2016-02-10 22:23:16 -05:00
commit 8884bcae7a

View file

@ -80,7 +80,7 @@ a:hover {
/* NOTE: Margin should match height in navigation.scss */
margin-top: 50px;
background-color: $background-color;
padding: 20px 1px;
padding: 20px 0;
min-width: 100%;
min-height: 768px;
}