8 lines
89 B
CSS
8 lines
89 B
CSS
|
h3 {
|
||
|
font-size: var(--font-size-biggish);
|
||
|
}
|
||
|
|
||
|
h2 {
|
||
|
font-size: var(--font-size-big);
|
||
|
}
|