shrinking the % width of the 400-550px column since it felt a little crowded

This commit is contained in:
dhg 2014-12-15 16:16:36 -08:00
parent febee0bc9b
commit 3b9f339b2a

2
css/skeleton.css vendored
View File

@ -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 */