fcdb2b81ff
Edited h1, h2 and Hero p fonts based on Heini's comments from 20.11. email
25 lines
385 B
SCSS
25 lines
385 B
SCSS
@import "../../assets/scss/globals";
|
|
|
|
.hero-main-section {
|
|
display: flex;
|
|
flex-flow: column nowrap;
|
|
align-items: center;
|
|
flex: 6;
|
|
text-align: center;
|
|
font-weight: 300;
|
|
padding: 2rem 1rem 2rem;
|
|
line-height: 24px;
|
|
|
|
h1 {
|
|
max-width: 400px;
|
|
font-size: 2.3em;
|
|
font-weight: 300;
|
|
line-height: 40px;
|
|
}
|
|
|
|
p {
|
|
font-size: 16px;
|
|
max-width: 400px;
|
|
}
|
|
}
|