chore: css fixes

This commit is contained in:
Arvid Norlin
2024-05-23 15:42:52 +02:00
parent 6cb1ee5385
commit 470e308480
5 changed files with 15 additions and 18 deletions

View File

@@ -9,6 +9,12 @@
}
.points {
font-size: var(--typography-Title-2-Desktop-fontSize);
font-size: var(--typography-Title-2-Mobile-fontSize);
margin: 0;
}
@media screen and (min-width: 768px) {
.points {
font-size: var(--typography-Title-2-Desktop-fontSize);
}
}