From bdb100304ccb17506981358ecb9cc0204bfc78db Mon Sep 17 00:00:00 2001 From: devRaGonSa Date: Tue, 26 May 2026 11:16:48 +0200 Subject: [PATCH] fix: shift hero header copy right and SVGs --- frontend/assets/css/hero-header-compact.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/assets/css/hero-header-compact.css b/frontend/assets/css/hero-header-compact.css index e310e74..f0a0535 100644 --- a/frontend/assets/css/hero-header-compact.css +++ b/frontend/assets/css/hero-header-compact.css @@ -5,8 +5,8 @@ } .hero:not(.historical-hero) .hero__brand { - grid-template-columns: minmax(300px, 390px) minmax(0, 1fr); - gap: clamp(44px, 5vw, 76px); + grid-template-columns: minmax(300px, 360px) minmax(0, 1fr); + column-gap: clamp(96px, 8vw, 150px); max-width: 1360px; margin: 0 auto; } @@ -24,7 +24,7 @@ .hero:not(.historical-hero) .hero__copy { max-width: 980px; align-content: center; - transform: translateX(clamp(18px, 2.2vw, 44px)); + transform: none; } .hero:not(.historical-hero) .hero__title { @@ -44,15 +44,15 @@ @media (min-width: 1121px) and (max-width: 1380px) { .hero:not(.historical-hero) .hero__brand { - grid-template-columns: minmax(260px, 330px) minmax(0, 1fr); - gap: 40px; + grid-template-columns: minmax(260px, 320px) minmax(0, 1fr); + column-gap: clamp(72px, 6vw, 110px); } .hero:not(.historical-hero) .hero__copy { - transform: translateX(clamp(12px, 1.6vw, 24px)); + transform: none; } .hero:not(.historical-hero) .hero__title { font-size: clamp(3.6rem, 5.5vw, 5.1rem); } -} +} \ No newline at end of file