From c71e8ec6628ed4ee11d6359465a9e2fd7b5950bf Mon Sep 17 00:00:00 2001 From: Nye Evans Date: Thu, 31 Dec 2020 14:26:49 +0000 Subject: [PATCH] tweaking font size for mobile again (this time tweaking the right paragraph) im an idiot --- Mainpage.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mainpage.css b/Mainpage.css index d203f64..9c608f3 100644 --- a/Mainpage.css +++ b/Mainpage.css @@ -72,7 +72,7 @@ h2, h3{ @media (orientation:portrait){ h1{ - font-size: 4vw; + font-size: 10vw; margin-left: 0vw; margin-right: 0vw; @@ -96,7 +96,7 @@ h2, h3{ border-radius: 0; - font-size: 2vw; + font-size: 1.3vw; } }