Add some breathing room to main section tag
This commit is contained in:
parent
b26b534a90
commit
d9598af72a
@ -9,6 +9,7 @@
|
||||
@import 'components/site_action';
|
||||
@import 'components/empty_state';
|
||||
|
||||
@import 'sections/main';
|
||||
@import 'sections/navigation';
|
||||
@import 'sections/footer';
|
||||
@import 'sections/login';
|
3
scss/sections/_main.scss
Normal file
3
scss/sections/_main.scss
Normal file
@ -0,0 +1,3 @@
|
||||
section {
|
||||
margin-bottom: 10rem;
|
||||
}
|
@ -13,11 +13,11 @@
|
||||
|
||||
{% include 'header.html.to' %}
|
||||
|
||||
<div class='usa-grid'>
|
||||
<section class='usa-grid'>
|
||||
{% block content %}
|
||||
these are not the droids you are looking for
|
||||
{% end %}
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user