shrinking the % width of the 400-550px column since it felt a little crowded
This commit is contained in:
parent
febee0bc9b
commit
3b9f339b2a
2
css/skeleton.css
vendored
2
css/skeleton.css
vendored
@ -45,7 +45,7 @@
|
|||||||
@media (min-width: 400px) {
|
@media (min-width: 400px) {
|
||||||
.container {
|
.container {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 90%; }
|
width: 85%; }
|
||||||
}
|
}
|
||||||
|
|
||||||
/* For devices larger than 550px */
|
/* For devices larger than 550px */
|
||||||
|
Loading…
Reference in New Issue
Block a user