Files
TechRadarAJR/styles/components/hero-headline.css
Tom Raithel fc81624813 More styles
2017-02-11 12:04:52 +01:00

11 lines
162 B
CSS

.hero-headline {
font-size: 40px;
font-weight: 300;
color: var(--color-white);
margin-bottom: 70px;
&__alt {
color: var(--color-gray-light);
}
}