Skip to content

Instantly share code, notes, and snippets.

@Manyaka
Last active March 3, 2020 08:18
Show Gist options
  • Save Manyaka/e9b250dacd42b792bec0e05d185b08c4 to your computer and use it in GitHub Desktop.
Save Manyaka/e9b250dacd42b792bec0e05d185b08c4 to your computer and use it in GitHub Desktop.
Адаптивность в em
//адаптивность
$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