mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #360 from technoboy10/gh300-scrollbar-fix
Fix gh-300: Horizontal Scroll Bar Shows on Front Page
This commit is contained in:
commit
8884bcae7a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue