File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed
Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,15 @@ export default function Events() {
7575 target = { event . target }
7676 />
7777 ) ) }
78-
79- < 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" >
80- < Link
81- href = "https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events"
82- className = "bg-[#61dafb] text-black px-6 py-3 rounded-full font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg"
83- target = "_blank"
84- >
85- See More Events
86- </ Link >
87- </ div >
78+ </ div >
79+ < div className = "flex items-start justify-center md:justify-end tracking-wide mt-4 px-4 md:px-10 lg:px-16 w-full text-white pb-10 md:pb-14 xl:pb-16" >
80+ < Link
81+ href = "https://kommunity.com/reactjs-developer-community-kenya-reactdevske/events"
82+ target = "_blank"
83+ className = "bg-[#61dafb] text-black px-6 w-full max-w-[350px] text-center py-3 rounded-md font-semibold text-lg hover:bg-[#48cae4] transition duration-300 ease-in-out hover:scale-105 hover:shadow-lg"
84+ >
85+ See More Events
86+ </ Link >
8887 </ div >
8988 </ section >
9089 ) ;
You can’t perform that action at this time.
0 commit comments