fix(314): make scripted text bigger on desktop

This commit is contained in:
Chuma McPhoy
2024-06-10 14:46:23 +02:00
parent 3fb01237aa
commit 2e5f6885e0

View File

@@ -97,4 +97,7 @@
.cardSubtitle {
font-size: var(--typography-Title-5-fontSize);
}
.level {
font-size: var(--typography-Script-2-fontSize);
}
}