Skip to content

Commit 8dfdbf8

Browse files
committed
Tweak the width of the arrow box
1 parent 2ac67e6 commit 8dfdbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/footer/conference-footer-box.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export function ConferenceFooterBox({
3333
Amsterdam, Netherlands
3434
</div>
3535

36-
<div className="flex w-[73.5px] items-center justify-center">
36+
<div className="flex w-[min(calc(25%-.5px),73.5px)] items-center justify-center">
3737
<ArrowDownIcon className="size-10 -rotate-90 text-pri-lighter transition group-hover:translate-x-0.5 group-hover:text-neu-900" />
3838
</div>
3939
</div>

0 commit comments

Comments
 (0)