From 379e5976a0785d1ebf9f9bd3c5784221b548ff56 Mon Sep 17 00:00:00 2001 From: flatplum Date: Sun, 28 Sep 2025 21:44:56 +1000 Subject: [PATCH] fix: adjust subtitle size on apply page to better suit mobile devices --- src/routes/Apply.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/Apply.css b/src/routes/Apply.css index d97c749..42d6c57 100644 --- a/src/routes/Apply.css +++ b/src/routes/Apply.css @@ -61,6 +61,6 @@ } .apply-banner-title { - font-size: 3rem !important; + font-size: 2.7rem !important; } } \ No newline at end of file