3 changed files with 32 additions and 2 deletions
@ -0,0 +1,17 @@
|
||||
.introduction { |
||||
align-items: center; |
||||
display: flex; |
||||
font-family: "Work Sans", sans-serif; |
||||
height: 30vh; |
||||
justify-content: center; |
||||
text-align: center; |
||||
} |
||||
|
||||
.introduction__container__heading { |
||||
font-size: 2.5rem; |
||||
|
||||
} |
||||
|
||||
.introduction__container__subheading { |
||||
font-size: 1.5rem; |
||||
} |
Loading…
Reference in new issue