Skip to content

Commit

Permalink
reposition hero brand
Browse files Browse the repository at this point in the history
  • Loading branch information
jinkang-0 committed Jan 18, 2024
1 parent 5da2b46 commit 06679b0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 06679b0

Please sign in to comment.