From 3cb67b465c93530a050862635b03bdd42ac34e9e Mon Sep 17 00:00:00 2001 From: jonhealy1 Date: Tue, 26 Nov 2024 23:33:58 +0800 Subject: [PATCH] resize design --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index c26eaf8..fb4e46a 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3321,10 +3321,10 @@ body.homepage.is-preload #header:after { } #banner h2 { - font-size: clamp(4rem, 5vw, 12rem); + font-size: clamp(2rem, 10vw, 12rem); color: #555; text-align: center; - margin-top: 5em; /* Add spacing from the header */ + margin-top: 0.5em; /* Add spacing from the header */ line-height: 1.5; }