Last active
March 3, 2020 08:18
-
-
Save Manyaka/e9b250dacd42b792bec0e05d185b08c4 to your computer and use it in GitHub Desktop.
Адаптивность в em
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//адаптивность | |
$breakpoint_mobile: 375px; //23.4em | |
$breakpoint_tablet: 768px; //48em | |
$breakpoint_desktop: 1200px; //75em | |
$breakpoint_1366: 1366px; //85em | |
$breakpoint_desktop: 1920px; //120em | |
$breakpoint_mobile: 23.4em; // 375px | |
$breakpoint_tablet: 48em; // 768px | |
$breakpoint_desktop: 75em; // 1200px |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment