3 changed files with 0 additions and 55 deletions
@ -1,38 +0,0 @@
|
||||
.hero { |
||||
align-items: center; |
||||
display: flex; |
||||
height: 100vh; |
||||
justify-content: center; |
||||
font-family: "Work Sans", sans-serif; |
||||
} |
||||
|
||||
.hero__text-area__container { |
||||
text-align: center; |
||||
} |
||||
|
||||
.hero__text-area__heading { |
||||
font-size: 4rem; |
||||
margin: 1rem; |
||||
} |
||||
|
||||
|
||||
.hero__text-area__subheading { |
||||
font-size: 2rem; |
||||
} |
||||
|
||||
@media (min-width: 800px) { |
||||
.hero__text-area__heading { |
||||
font-size: 10rem; |
||||
} |
||||
|
||||
.hero__text-area__subheading { |
||||
font-size: 3rem; |
||||
} |
||||
} |
||||
|
||||
.hero__scroll-arrow { |
||||
font-size: 6rem; |
||||
font-weight: lighter; |
||||
position: absolute; |
||||
bottom: 1rem; |
||||
} |
Loading…
Reference in new issue