variables.scss 220 B

123456789101112
  1. // Typography
  2. $size-7: 0.875rem;
  3. $size-8: 0.75rem;
  4. $body-line-height: 1.34;
  5. $body-color: hsl(0, 100%, 0%);
  6. // Section
  7. $section-padding-desktop: 0 0 0.5rem;
  8. $section-padding: 1rem 1.5rem 3rem;
  9. // Tag
  10. $tag-radius: 16px;