index-website-static/assets/css/base/_responsive.scss
Julie Blanc 08ebf7fc9e
All checks were successful
Deploy / Deploy to pre-production (push) Successful in 6s
script header visible
2025-12-23 17:29:27 +01:00

12 lines
353 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: 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}{
}