Skip to content

Commit 7db9cfd

Browse files
committed
adds id of events
1 parent b37a6d8 commit 7db9cfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Events.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export default function Events() {
5252

5353

5454
return (
55-
<section className="relative flex flex-col items-center justify-center w-full py-16 bg-white md:py-20 gap-y-2 md:gap-y-5">
55+
<section id="events" className="relative flex flex-col items-center justify-center w-full py-16 bg-white md:py-20 gap-y-2 md:gap-y-5">
5656
<p className="flex items-center justify-center font-light tracking-wide">Events</p>
5757
<h2 className="pb-2 text-2xl font-bold md:pb-10">Community Events</h2>
5858
<div className="grid grid-cols-1 gap-y-4 md:gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 xl:gap-x-8 md:grid-cols-2 bg-[#09AFC6] px-4 md:px-10 lg:px-16 py-8 md:py-14 xl:py-16">

0 commit comments

Comments
 (0)