We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b37a6d8 commit 7db9cfdCopy full SHA for 7db9cfd
1 file changed
src/components/Events.tsx
@@ -52,7 +52,7 @@ export default function Events() {
52
53
54
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">
+ <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">
56
<p className="flex items-center justify-center font-light tracking-wide">Events</p>
57
<h2 className="pb-2 text-2xl font-bold md:pb-10">Community Events</h2>
58
<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