adding the forgotten max-width property to container above 550px
This commit is contained in:
parent
2992a0be54
commit
c099903a83
4
css/skeleton.css
vendored
4
css/skeleton.css
vendored
@ -44,6 +44,10 @@
|
|||||||
/* For devices larger than 550px */
|
/* For devices larger than 550px */
|
||||||
@media (min-width: 550px) {
|
@media (min-width: 550px) {
|
||||||
|
|
||||||
|
.container {
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
.column,
|
.column,
|
||||||
.columns {
|
.columns {
|
||||||
margin-left: 4%; }
|
margin-left: 4%; }
|
||||||
|
Loading…
Reference in New Issue
Block a user