remove redundant media query from footer.scss

This commit is contained in:
Technoboy10 2016-07-27 09:48:07 -04:00
parent 0d2416c850
commit 5e7bf85733

View file

@ -46,12 +46,3 @@
text-align: center;
}
}
//4 and 6 columns
@media only screen and (max-width: $tablet - 1) {
#footer .lists {
justify-content: space-around;
}
}