début du thème, footer et header en mobile

This commit is contained in:
Valentin
2023-12-06 05:01:23 +01:00
parent c62ab40411
commit b258cc3181
54 changed files with 5555 additions and 2324 deletions

View File

@@ -1,3 +1,10 @@
body{
// background-color: red;
}
/* GLOBAL */
@import "global/_fonts";
@import "global/variables/_colors";
@import "global/variables/_layout";
@import "global/variables/_typography";
@import "global/_typography";
/* PARTIALS */
@import "partials/_header";
@import "partials/_footer";