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
@ -43,6 +43,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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user