First commit

This commit is contained in:
isUnknown 2026-03-04 13:39:20 +01:00
commit f0591a20ab
71 changed files with 5682 additions and 0 deletions

View file

@ -0,0 +1,11 @@
$desktop: "screen and (min-width: 1200px)";
$medium: "screen and (max-width: 1080px)";
$medium-up: "screen and (min-width: 1080px)";
$small-up: "screen and (min-width: 720px)";
$small: "screen and (max-width: 720px)";
$x-small: "screen and (max-width: 560px)";
$paysage: "screen and (max-height: 670px) and (min-width: 1080px)";
@media #{$medium}{
}