feat: add some style

This commit is contained in:
Matthieu Bessat 2022-10-14 20:56:56 +02:00
parent 55bd450438
commit e87f1a4e6b
21 changed files with 291 additions and 96 deletions

View file

@ -1,3 +1,4 @@
$xl-breakpoint: 1800px;
$lg-breakpoint: 1600px;
$md-breakpoint: 1100px;
$sm-breakpoint: 900px;
@ -23,3 +24,6 @@ $secondary: #f15a24;
@import 'single_image.scss';
@import 'footer.scss';
// components
@import 'tags.scss';