Added screen fix for smaller screens on secondary pages
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user