From b1958f92bb400f78d17e04f1d431ccd0660adacb Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Wed, 27 Apr 2022 19:51:01 -0500 Subject: [PATCH] Adjust font size slightly on the intro --- styles/stylemain.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/stylemain.css b/styles/stylemain.css index f0e82bf..ed23cbf 100644 --- a/styles/stylemain.css +++ b/styles/stylemain.css @@ -19,13 +19,13 @@ h1.header { p.intro { font-family: 'Share Tech Mono', monospace; color: white; - font-size: 3vw; + font-size: 2.5vw; text-align: center; } p.info { font-family: 'Share Tech Mono', monospace; color: white; - font-size: 1.5vw; + font-size: 1.25vw; text-align: center; } div.main {