My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_headings.sass 559B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. // Header elements (h1..h6)
  2. h1, h2, h3, h4, h5, h6
  3. color: $darkest-gray
  4. font-weight: 800
  5. font-family: "League Spartan", sans-serif
  6. line-height: 1.5em
  7. margin: 0 0 1em 0
  8. a
  9. transition: color 0.2s ease-in-out
  10. color: inherit
  11. &:hover
  12. color: $cyan
  13. h1
  14. font-size: 2em
  15. h2
  16. font-size: 1.5em
  17. h3
  18. font-size: 1.1em
  19. h4
  20. font-size: 0.9em
  21. h5
  22. font-size: 0.7em
  23. h6
  24. font-size: 0.7em
  25. @media screen and (max-width: 736px), screen and (max-height: 700px)
  26. h1
  27. font-size: 1.5em
  28. h2
  29. font-size: 1.2em
  30. h3
  31. font-size: 1em