Skip to content

Commit b155956

Browse files
committed
fix the see more events button
1 parent ac244e9 commit b155956

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Events/Events.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export default function Events() {
6363
>
6464

6565
<h2 className="pb-2 text-3xl font-bold md:pb-10">Community Events</h2>
66-
<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">
66+
<div className="grid grid-cols-1 gap-y-4 md:gap-y-10 gap-x-6 sm:grid-cols-2 lg:grid-cols-3 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">
6767
{events.map((event) => (
6868
<DisplayRC
6969
key={event.id}
@@ -75,7 +75,7 @@ export default function Events() {
7575
/>
7676
))}
7777

78-
<div className="flex items-center justify-center pt-1 tracking-wide text-white md:pt-0 md:text-right md:absolute md:bottom-24 md:right-10 2xl:bottom-36 lg:right-16">
78+
<div className="flex items-center justify-center pt-1 tracking-wide text-white md:pt-0 md:text-right md:absolute md:bottom-24 md:right-10 2xl:bottom-26 lg:right-16">
7979
<Link href="https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events">
8080
<a
8181
target="_blank"

0 commit comments

Comments
 (0)