remove zpadding
This commit is contained in:
parent
16137dce12
commit
325875a5c7
49 changed files with 63 additions and 2 deletions
3
assets/sass/general.scss
Normal file
3
assets/sass/general.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
body {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
|
@ -12,6 +12,7 @@ $secondary: red;
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@import 'general.scss';
|
||||
@import 'page_container.scss';
|
||||
@import 'header.scss';
|
||||
@import 'gallery.scss';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue