adding the forgotten max-width property to container above 550px

This commit is contained in:
dhg 2014-12-15 16:05:08 -08:00
parent 2992a0be54
commit c099903a83

4
css/skeleton.css vendored
View File

@ -44,6 +44,10 @@
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
width: 90%;
}
.column,
.columns {
margin-left: 4%; }