Add some breathing room to main section tag

This commit is contained in:
Luis Cielak
2018-06-11 15:43:12 -04:00
parent b26b534a90
commit d9598af72a
3 changed files with 6 additions and 2 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
section {
margin-bottom: 10rem;
}