6 lines
85 B
CSS
6 lines
85 B
CSS
|
.subtext {
|
||
|
font-size: 18px;
|
||
|
color: var(--bright-main);
|
||
|
margin: 5px 0 15px 0;
|
||
|
}
|