Skip to content

Commit 0b5f0ff

Browse files
committed
style: decrease font size for stats value on mobile
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 9815cfc commit 0b5f0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/stats.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
4545
@media (max-width: 550px) {
4646
.value {
47-
font-size: 16px;
47+
font-size: 14px;
4848
}
4949
5050
.value-name {

0 commit comments

Comments
 (0)