moving the padding: 0 down to the 400px query

This commit is contained in:
dhg 2014-12-15 16:14:27 -08:00
parent 06b819aeb9
commit febee0bc9b

2
css/skeleton.css vendored
View File

@ -44,13 +44,13 @@
/* For devices larger than 400px */
@media (min-width: 400px) {
.container {
padding: 0;
width: 90%; }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
.container {
padding: 0;
width: 80%; }
.column,
.columns {