Commit 6779e9b4 by Kyle Fiedler

Added screen fix for smaller screens on secondary pages

parent 3c7dc272
......@@ -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();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment