Skip to content

Commit de6ed46

Browse files
committed
chore: increase scroll margin for values marquee
1 parent ab43baa commit de6ed46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Homepage/ValuesMarquee.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ const ValuesMarquee = () => {
149149
}, [])
150150

151151
return (
152-
<Section id="values" className="!sm:my-64 !my-48">
152+
<Section id="values" className="!sm:my-64 !my-48 scroll-m-48">
153153
<SectionContent className="flex flex-col items-center text-center">
154154
<SectionTag>{t("page-index:page-index-values-tag")}</SectionTag>
155155
<SectionHeader>

0 commit comments

Comments
 (0)