From 3776a9559a971bf142400a8aa6368885b1c27237 Mon Sep 17 00:00:00 2001 From: jaya Date: Thu, 9 Oct 2025 12:38:02 +0700 Subject: [PATCH] ok --- src/components/HeroSection.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HeroSection.module.css b/src/components/HeroSection.module.css index d3614ad..a71ae20 100644 --- a/src/components/HeroSection.module.css +++ b/src/components/HeroSection.module.css @@ -203,7 +203,7 @@ .header { position: absolute; - top: 231px; + top: 233px; right: 150px; z-index: 10; max-width: 450px; @@ -211,7 +211,7 @@ } .header h1 { - font-size: 3.25rem; + font-size: 3.02rem; font-weight: 700; margin-bottom: 0.75rem; line-height: 1.1;