Skip to content
Snippets Groups Projects
Commit 42f5dc7f authored by Chris Lawton's avatar Chris Lawton Committed by Todd Dembrey
Browse files

removing padding when there are sibling medium sized inner space wrappers for page consistency

parent f7734f9d
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,10 @@ ...@@ -123,6 +123,10 @@
@include media-query(mob-landscape) { @include media-query(mob-landscape) {
padding: 2rem 0; padding: 2rem 0;
} }
+ .wrapper--inner-space-medium {
padding: 0;
}
} }
&--inner-space-large { &--inner-space-large {
......
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