No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

37 líneas
601 B

  1. h1, h2, h3, h4, h5, h6 {
  2. padding: 0 0 2rem 0;
  3. margin: 0;
  4. font-family: 'Mohave', sans-serif;
  5. }
  6. h1, h2 {
  7. font-size: size(32);
  8. line-height: size(46);
  9. font-weight: 700;
  10. padding-bottom: 3rem;
  11. @media (min-width: 576px) {
  12. font-size: size(64);
  13. line-height: size(64);
  14. }
  15. }
  16. h1 {
  17. margin-left: -3px;
  18. }
  19. h3 {
  20. font-size: size(24);
  21. line-height: size(30);
  22. font-weight: 700;
  23. padding-bottom: 3rem;
  24. }
  25. h1.ce_headline,
  26. h2.ce_headline,
  27. h3.ce_headline,
  28. h4.ce_headline,
  29. h5.ce_headline,
  30. h6.ce_headline {
  31. padding-left: 190px;
  32. padding-right: 190px;
  33. }