1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-07-27 14:59:37 +02:00
flame/client/src/components/UI/Headlines/SectionHeadline/SectionHeadline.module.css

7 lines
142 B
CSS
Raw Normal View History

2021-05-09 18:36:55 +02:00
.SectionHeadline {
text-transform: uppercase;
color: var(--color-primary);
font-weight: 900;
font-size: 20px;
margin-bottom: 16px;
}