Add event calendar anchor offset
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
This commit is contained in:
parent
aa51b17923
commit
16830e0047
@ -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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user