Added screen fix for smaller screens on secondary pages

This commit is contained in:
Kyle Fiedler
2012-02-10 11:19:41 -05:00
parent 3c7dc27259
commit 6779e9b45e

View File

@@ -14,6 +14,10 @@
> div {
padding-left: flex-grid(4) + flex-gutter();
@media screen and (max-width: 940px) {
padding-left: 0;
}
p {
margin-bottom: lh();
}