better selectors, eliminate unnecessary CSS

This commit is contained in:
Owen Versteeg 2014-02-16 17:55:15 -05:00
parent 83fd3517fe
commit 4b2e3fd71a

View file

@ -9,14 +9,10 @@ body, textarea {
}
@media (max-width:870px) {
.row [class*='c']{
.row column {
width: 100%;
display: block;
margin: 1% auto;
}
.row:last-child column {
margin-bottom: 2.5em;
}
}
.container {