mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #176 from rschamp/bugfix/GH-91
Expand #view to wrap contents on small screens
This commit is contained in:
commit
ca5d004661
1 changed files with 4 additions and 2 deletions
|
@ -68,10 +68,12 @@ a:hover {
|
|||
}
|
||||
|
||||
#view {
|
||||
display: inline-block;
|
||||
|
||||
/* NOTE: Margin should match height in navigation.scss */
|
||||
margin-top: 50px;
|
||||
background-color: $background-color;
|
||||
|
||||
padding: 20px 0;
|
||||
padding: 20px 1px;
|
||||
min-width: 100%;
|
||||
min-height: 768px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue