21 lines
342 B
CSS
21 lines
342 B
CSS
.divider {
|
|
margin-bottom: 1rem;
|
|
margin-top: 0.3rem;
|
|
}
|
|
|
|
.points {
|
|
color: var(--some-black-color, #111);
|
|
/* font-family: var(--ff-brandon-text); */
|
|
font-size: 3.7rem;
|
|
font-weight: 900;
|
|
letter-spacing: -3%;
|
|
line-height: 3.7rem;
|
|
margin: 0;
|
|
}
|
|
|
|
@media screen and (min-width: 950px) {
|
|
.divider {
|
|
margin-bottom: 1.2rem;
|
|
}
|
|
}
|