From 097762d6d744d8726ae3b71d317bdec0df1c5deb Mon Sep 17 00:00:00 2001 From: nekosoffy <161766793+nekosoffy@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:43:23 -0300 Subject: [PATCH] Increase the font size of the requirement text --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index e946c84..1fe6b0e 100644 --- a/styles.css +++ b/styles.css @@ -139,7 +139,7 @@ p + p, #main div:last-of-type > p { } #required-notice { - font-size: min(2vw, 10rem); + font-size: min(2vw, 11rem); color: rgba(14, 14, 14); } @@ -151,7 +151,7 @@ label { margin-top: 2vw; } -#form > div > label:first-of-type { +#form label:first-of-type { margin-top: 1vw; }