fmartingr.com-legacy/fmartingrcom/themes/v3/static/sass/_mediaqueries.scss

6 lines
205 B
SCSS

$desktop: "(max-width: 992px)";
$until-desktop: "(min-width: 768px)";
$tablet: "(max-width: 768px)";
$until-tablet: "(min-width: 768px)";
$mobile: "(max-width: 480px)";
$until-mobile: "(min-width: 480px)";