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 592B

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