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.

29 lines
391B

  1. .hero {
  2. width: 60%;
  3. margin: 0 auto;
  4. margin-top: 3rem;
  5. margin-bottom: 6rem;
  6. text-align: center;
  7. &__tagline {
  8. margin-bottom: 2rem;
  9. }
  10. }
  11. .selling-points {
  12. background: $foreground;
  13. color: $background;
  14. padding: 3rem;
  15. &__content {
  16. display: flex;
  17. flex-wrap: wrap;
  18. }
  19. }
  20. .selling-point {
  21. // 2 selling points per row on desktop
  22. width: 50%;
  23. padding: 2rem;
  24. }