chore: css fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user