mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-27 14:59:37 +02:00
7 lines
142 B
CSS
7 lines
142 B
CSS
|
.SectionHeadline {
|
||
|
text-transform: uppercase;
|
||
|
color: var(--color-primary);
|
||
|
font-weight: 900;
|
||
|
font-size: 20px;
|
||
|
margin-bottom: 16px;
|
||
|
}
|