Add event calendar anchor offset
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled

This commit is contained in:
Waterloomurugantemple 2026-08-27 05:38:37 +00:00
parent aa51b17923
commit 16830e0047

View File

@ -52,7 +52,11 @@ const EventCalendar = () => {
}; };
return ( return (
<div className="service-area-2 space overflow-hidden" id="event-calender"> <div
className="service-area-2 space overflow-hidden"
id="event-calendar"
style={{ scrollMarginTop: "100px" }}
>
<div className="container"> <div className="container">
<h2 className="text-center mb-4">Event Calendar</h2> <h2 className="text-center mb-4">Event Calendar</h2>