_breakpoints.scss 263 B

12345678910
  1. /**
  2. * Required Variables
  3. */
  4. $default_width: 782px;
  5. $alignwide_width: 1247px;
  6. $breakpoint_sm: 482px;
  7. $breakpoint_md: 592px;
  8. $breakpoint_lg: 830px; // default width + the margins
  9. $breakpoint_xl: 1295px; // wide width + the margins
  10. $breakpoint_xxl: 1440px;