@@ -3,7 +3,7 @@ import Link from "next/link";
33const SocialButtons = ( ) => {
44 return (
55 < div className = "flex flex-row w-100 items-center justify-center md:flex-row bg-gradient-to-tr from-[#000855] to-[#690101] py-3 md:py-6" >
6- < div className = "hidden md :flex flex-row items-center justify-center" >
6+ < div className = "hidden md9 :flex flex-row items-center justify-center" >
77 < div className = "group m-3 inline-block h-16 w-16 py-0 hover:w-52 transition-all ease-out bg-white rounded-full float-left overflow-hidden cursor-pointer" >
88 < div className = "inline-block h-16 w-16 text-center bg-zinc-900 transition-all ease-out box-border rounded-full leading-[65px] group-hover:bg-[#4267B2]" >
99 < i className = "fab fa-facebook-f text-2xl leading-[60px] transition-all ease-out text-white" > </ i >
@@ -22,7 +22,7 @@ const SocialButtons = () => {
2222 </ div >
2323 </ div >
2424 < div className = "flex flex-row items-center justify-center" >
25- < div className = "hidden md :block group m-3 h-16 w-16 py-0 hover:w-52 transition-all ease-out bg-white rounded-full float-left overflow-hidden cursor-pointer" >
25+ < div className = "hidden md9 :block group m-3 h-16 w-16 py-0 hover:w-52 transition-all ease-out bg-white rounded-full float-left overflow-hidden cursor-pointer" >
2626 < div className = "inline-block h-16 w-16 text-center bg-zinc-900 transition-all ease-out box-border rounded-full leading-[65px] group-hover:bg-[#E1306C]" >
2727 < i className = "fab fa-instagram text-2xl leading-[60px] transition-all ease-out text-white" > </ i >
2828 </ div >
@@ -46,7 +46,7 @@ const SocialButtons = () => {
4646 </ div >
4747 </ div >
4848 < div className = "flex flex-row items-center justify-center" >
49- < div className = "hidden md :block group m-3 h-16 w-16 py-0 hover:w-52 transition-all ease-out bg-white rounded-full float-left overflow-hidden cursor-pointer" >
49+ < div className = "hidden md9 :block group m-3 h-16 w-16 py-0 hover:w-52 transition-all ease-out bg-white rounded-full float-left overflow-hidden cursor-pointer" >
5050 < div className = "inline-block h-16 w-16 text-center bg-zinc-900 transition-all ease-out box-border rounded-full leading-[65px] group-hover:bg-[#ff0000]" >
5151 < i className = "fab fa-youtube text-2xl leading-[60px] transition-all ease-out text-white" > </ i >
5252 </ div >
0 commit comments