11 lines
144 B
CSS
11 lines
144 B
CSS
|
.title-text {
|
||
|
font-size: 2rem;
|
||
|
color: white;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.subtitle-text {
|
||
|
font-size: 0.8rem;
|
||
|
color: grey;
|
||
|
margin: 0;
|
||
|
}
|