Merge pull request #176 from rschamp/bugfix/GH-91

Expand #view to wrap contents on small screens
This commit is contained in:
Ray Schamp 2015-10-29 15:47:59 -04:00
commit ca5d004661

View file

@ -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;
}