Skip to content
Snippets Groups Projects
Commit 410a3da8 authored by Chris Lawton's avatar Chris Lawton
Browse files

reducing padding on top bottom space wrapper on mobile

parent d280fc66
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,11 @@
}
&--top-bottom-space {
padding: 3rem 0;
padding: 1rem 0;
@include media-query(tablet-portrait) {
padding: 3rem 0;
}
}
&--light-grey-bg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment