From bf2d7a65cb1fa4bb75d508bfb8f9b26c88bad2a1 Mon Sep 17 00:00:00 2001 From: devRaGonSa <97627393+devRaGonSa@users.noreply.github.com> Date: Tue, 26 May 2026 10:44:08 +0200 Subject: [PATCH] fix: shift hero copy slightly right --- frontend/assets/css/hero-header-compact.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/assets/css/hero-header-compact.css b/frontend/assets/css/hero-header-compact.css index 5475e1c..e310e74 100644 --- a/frontend/assets/css/hero-header-compact.css +++ b/frontend/assets/css/hero-header-compact.css @@ -24,6 +24,7 @@ .hero:not(.historical-hero) .hero__copy { max-width: 980px; align-content: center; + transform: translateX(clamp(18px, 2.2vw, 44px)); } .hero:not(.historical-hero) .hero__title { @@ -47,6 +48,10 @@ gap: 40px; } + .hero:not(.historical-hero) .hero__copy { + transform: translateX(clamp(12px, 1.6vw, 24px)); + } + .hero:not(.historical-hero) .hero__title { font-size: clamp(3.6rem, 5.5vw, 5.1rem); }