Files
web2.0-frontend/src/components/HeroMainSection/HeroMainSection.scss
T
Aarni Halinen fcdb2b81ff Minor CSS tweaks
Edited h1, h2 and Hero p fonts based on Heini's comments from 20.11.
email
2018-12-18 19:28:40 +02:00

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;
}
}