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

adding margin underneath form wrapper

parent 0f9d4cf4
No related branches found
No related tags found
No related merge requests found
...@@ -91,9 +91,11 @@ ...@@ -91,9 +91,11 @@
&--form { &--form {
padding: 20px; padding: 20px;
margin-bottom: 20px;
@include media-query(tablet-portrait) { @include media-query(tablet-portrait) {
padding: 2rem 17rem 2rem 5rem; padding: 2rem 17rem 2rem 5rem;
margin-bottom: 3rem;
} }
} }
......
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