From ce96f8ad94657f8bae6809b9bb2dd80887019c99 Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Thu, 31 Dec 2020 14:34:10 +0000 Subject: [PATCH] font tweak for mobile im sorry this keeps happening, its the only way i can test it on a physical phone rather than an emulator --- Mainpage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mainpage.css b/Mainpage.css index 9c608f3..07cba3c 100644 --- a/Mainpage.css +++ b/Mainpage.css @@ -25,7 +25,7 @@ h1, h2, h3{ } h1{ - font-size: clamp(20px, 8vh, 70px); + font-size: clamp(20px, 4vw, 170px); padding-left: 6; margin-left: 2vw; @@ -96,7 +96,7 @@ h2, h3{ border-radius: 0; - font-size: 1.3vw; + font-size: 2.3vw; } }