10 years later #1

Merged
sthag merged 374 commits from development into main 2026-03-07 00:18:59 +01:00
Showing only changes of commit 5f8b8e3b60 - Show all commits

View file

@ -214,14 +214,7 @@ $basic_timing: ease;
// HARDWARE BREAKPOINTS
// ------------------------------------------------------------------------------
$tablet: "screen and (max-width: 64em)";
$tablet_portrait: "screen and (max-width: 50em) and (orientation: portrait)";
$tablet_landscape: "screen and (max-width: 50em) and (orientation: landscape)";
$mobile: "screen and (max-width: 30em)";
$mobile_portrait: "screen and (max-width: 30em) and (orientation : portrait)";
$mobile_landscape: "screen and (max-width: 30em) and (orientation : landscape)";
$screen_tiny: 768px;
$screen_small: 1024px;
$screen_medium: 1280px;
$screen_large: 1440px;