_structure.scss 434 B

123456789101112131415161718
  1. // Responsive widths.
  2. $size__spacing-unit: 1rem;
  3. $size__vertical-spacing-unit: 32px;
  4. $size__site-main: 100%;
  5. $size__site-sidebar: 25%;
  6. $size__site-margins: calc(10% + 60px);
  7. $size__site-tablet-content: calc(8 * (100vw / 12) - 28px);
  8. $size__site-desktop-content: calc(6 * (100vw / 12) - 28px);
  9. // Responsive widths.
  10. $mobile_width: 600px;
  11. $tablet_width: 768px;
  12. $tablet_alt_width: 782px;
  13. $desktop_width: 1168px;
  14. $wide_width: 1379px;