From 69154268ff5ab3091002116b5da9ed9d25c73ce8 Mon Sep 17 00:00:00 2001 From: Phill Pover Date: Mon, 7 Apr 2025 08:35:34 +0100 Subject: [PATCH] Small style fix --- frontend/src/app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/globals.css b/frontend/src/app/globals.css index 62e315a..b6d7001 100644 --- a/frontend/src/app/globals.css +++ b/frontend/src/app/globals.css @@ -577,7 +577,7 @@ h6 { font-size: 1.5rem; line-height: 1.6; letter-spacing: 0; } /* Larger than phablet */ @media (min-width: 550px) { h1 { font-size: 5.0rem; } - h2 { font-size: 4.2rem; } + h2 { font-size: 4.2rem; padding-left: 15px } h3 { font-size: 3.6rem; } h4 { font-size: 3.0rem; } h5 { font-size: 2.4rem; }