diff --git a/public/index.html b/public/index.html
index 55b451d..8b0f801 100644
--- a/public/index.html
+++ b/public/index.html
@@ -18,12 +18,12 @@
display: flex;
align-items: center;
justify-content: center;
- font-size: 60pt;
+ font-size: 64pt;
font-weight: 600;
}
- @media (max-width: 460px) {
+ @media (max-width: 512px) {
.big-text {
- font-size: 54pt;
+ font-size: 48pt;
}
}