From 8792ea12d58d39e540cc38f1121a063395597ff0 Mon Sep 17 00:00:00 2001 From: ImBadAtThisStuff Date: Fri, 29 May 2026 01:59:01 +0100 Subject: [PATCH] made pronouns font size a bit smaller --- css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 9bcfa87..61b32ea 100644 --- a/css/index.css +++ b/css/index.css @@ -80,7 +80,7 @@ body { } .intro { - margin-top: 25vh; + margin-top: 20vh; color: var(--text); text-align: center; padding: 5vh @@ -102,7 +102,7 @@ body { } .pronouns { - font-size: 1.75rem; + font-size: 1.6rem; color: var(--overlay-1); display: inline-block;