hero-unit.less 327 B

1234567891011121314151617181920
  1. // HERO UNIT
  2. // ---------
  3. .hero-unit {
  4. padding: 60px;
  5. margin-bottom: 30px;
  6. background-color: #f5f5f5;
  7. .border-radius(6px);
  8. h1 {
  9. margin-bottom: 0;
  10. font-size: 60px;
  11. line-height: 1;
  12. letter-spacing: -1px;
  13. }
  14. p {
  15. font-size: 18px;
  16. font-weight: 200;
  17. line-height: @baseLineHeight * 1.5;
  18. }
  19. }