mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
removed padding
This commit is contained in:
parent
f99472afe1
commit
2666975508
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ body {
|
|||
padding: 0;
|
||||
color: $type-gray;
|
||||
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
/* Typography */
|
||||
|
@ -81,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 0px;
|
||||
min-width: 100%;
|
||||
min-height: 768px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue