This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:14:12 +00:00
parent b5067f643f
commit ae93ac7b02
+1 -1
View File
@@ -107,7 +107,7 @@ const HeritageSection = () => {
<div
id="gallery"
ref={cookiesRef}
className="mt-24 grid grid-cols-1 md:grid-cols-3 gap-8"
className="mt-24 grid grid-cols-1 md:grid-cols-3 gap-8 scroll-mt-24"
>
{cookies.map((cookie, index) => (
<div