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.

11 lines
129B

  1. .hero {
  2. width: 60%;
  3. margin: 0 auto;
  4. margin-top: 3rem;
  5. text-align: center;
  6. &__tagline {
  7. margin-bottom: 2rem;
  8. }
  9. }