8 lines
80 B
CSS
8 lines
80 B
CSS
.text-large {
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
.text-very-large {
|
|
font-size: 2.4rem;
|
|
}
|