From 06679b0a498d66315d3541261a7de86c7fc1666d Mon Sep 17 00:00:00 2001 From: jinkang-0 Date: Wed, 17 Jan 2024 23:06:13 -0800 Subject: [PATCH] reposition hero brand --- src/components/Hero.astro | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 8de2f10..05361a6 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -207,11 +207,8 @@ import Brand from './Brand.astro'; $offset: 50px; position: absolute; right: -$offset; - top: 50%; - transform: translate( - calc(clamp(#{-$offset}, -12vw, 0px) - 10px), - calc(50% + 150px) - ); + top: 70%; + transform: translate(calc(clamp(#{-$offset}, -12vw, 0px) - 10px), 50%); } .bear-left {