9 lines
109 B
SCSS
9 lines
109 B
SCSS
.counter-wrapper {
|
|
.counter {
|
|
font-size: 2rem;
|
|
}
|
|
|
|
span {
|
|
font-size: 1rem;
|
|
}
|
|
} |