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

adding bottom margin underneath proposal information grid

parent a5080d3d
No related branches found
No related tags found
No related merge requests found
...@@ -50,8 +50,8 @@ ...@@ -50,8 +50,8 @@
grid-template-columns: 100%; grid-template-columns: 100%;
grid-gap: 10px; // sass-lint:disable-line no-misspelled-properties grid-gap: 10px; // sass-lint:disable-line no-misspelled-properties
@include media-query(mob-landscape) { @include media-query(mob-landscape) {
margin: 0 0 30px;
grid-template-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
} }
......
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