remove zpadding

This commit is contained in:
Matthieu Bessat 2022-09-28 23:43:45 +02:00
parent 16137dce12
commit 325875a5c7
49 changed files with 63 additions and 2 deletions

3
assets/sass/general.scss Normal file
View file

@ -0,0 +1,3 @@
body {
font-family: sans-serif;
}

View file

@ -12,6 +12,7 @@ $secondary: red;
justify-content: space-between;
}
@import 'general.scss';
@import 'page_container.scss';
@import 'header.scss';
@import 'gallery.scss';