1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-24 13:39:35 +02:00
flame/client/src/components/UI/Headlines/SectionHeadline/SectionHeadline.module.css
2021-05-09 18:36:55 +02:00

7 lines
No EOL
142 B
CSS

.SectionHeadline {
text-transform: uppercase;
color: var(--color-primary);
font-weight: 900;
font-size: 20px;
margin-bottom: 16px;
}