File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments