import backup

This commit is contained in:
isUnknown 2026-03-11 13:42:32 +01:00
parent f49c9d7712
commit 119c98edab
73 changed files with 5687 additions and 2 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}{
}