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.
 
 
 
 

32 line
489 B

  1. h1, h2, h3 {
  2. @include futura-bold;
  3. font-size: size(50);
  4. text-transform: uppercase;
  5. @media (min-width: 768px) {
  6. font-size: size(80);
  7. }
  8. }
  9. h1 {
  10. line-height: size(56);
  11. margin-bottom: 2rem;
  12. @media (min-width: 768px) {
  13. line-height: 1;
  14. }
  15. }
  16. h2 {
  17. font-size: size(28);
  18. line-height: size(32);
  19. margin-bottom: 2rem;
  20. @media (min-width: 768px) {
  21. font-size: size(45);
  22. line-height: size(52);
  23. }
  24. }
  25. h3 {
  26. font-size: size(20);
  27. margin-bottom: 0.75rem;
  28. }