index-main/assets/css/base/_responsive.scss
Julie Blanc 50f4836be1
All checks were successful
Deploy / Deploy to Production (push) Successful in 11s
arrow go-to
2026-01-25 22:25:08 +01:00

18 lines
424 B
SCSS

$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: 768px)";
$small: "screen and (max-width: 768px)";
$x-small-up: "screen and (min-width: 560px)";
$x-small: "screen and (max-width: 560px)";
$paysage: "screen and (max-height: 670px) and (min-width: 1080px)";
@media #{$medium}{
}
@media #{$x-small}{
}