6 changed files with 48 additions and 75 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; |
||||
} |
@ -1,15 +0,0 @@
|
||||
.introduction { |
||||
align-items: center; |
||||
display: flex; |
||||
justify-content: center; |
||||
text-align: center; |
||||
margin-bottom: 10rem; |
||||
} |
||||
|
||||
.introduction__container__heading { |
||||
font-size: 2.5rem; |
||||
} |
||||
|
||||
.introduction__container__subheading { |
||||
font-size: 1.5rem; |
||||
} |
@ -0,0 +1,32 @@
|
||||
.welcome { |
||||
align-items: center; |
||||
display: flex; |
||||
justify-content: center; |
||||
font-family: "Work Sans", sans-serif; |
||||
} |
||||
|
||||
.welcome__container { |
||||
margin-top: 8vh; |
||||
text-align: center; |
||||
} |
||||
|
||||
.welcome__text-area__heading { |
||||
font-size: 5rem; |
||||
margin: 1rem; |
||||
text-align: center; |
||||
} |
||||
|
||||
.welcome__text-area__subheading { |
||||
font-size: 2rem; |
||||
text-align: center; |
||||
margin-top: 0; |
||||
margin-bottom: 2em; |
||||
} |
||||
|
||||
.welcome__text-area__description { |
||||
font-size: 1.5rem; |
||||
/* font-weight: 350; */ /* Can't try out, I don't have multiple weights installed. */ |
||||
text-align: center; |
||||
margin-left: 12vw; |
||||
margin-right: 12vw; |
||||
} |
Loading…
Reference in new issue