increased font size on mobile

This commit is contained in:
t1enne 2022-10-13 21:23:25 +02:00
parent 0ff49f1c32
commit f0a2900f01

View File

@ -15,7 +15,7 @@
}
html {
font-size: clamp(14px, 1.35vw, 16px);
font-size: clamp(15px, 1.35vw, 16px);
}
body {