diff --git a/src/pages/seller_login.jsx b/src/pages/seller_login.jsx index 329a61012d99354b182a59b4004b35fc4aa2fc63..5caefea1c5b5ab89ad7327adb3e9e312127a0734 100644 --- a/src/pages/seller_login.jsx +++ b/src/pages/seller_login.jsx @@ -65,10 +65,10 @@ function Seller_login() { <span className="relative font-[300px] md:font-[600px] text-[10px] md:text-[18.26px] cursor-pointer hover:text-[#FFBD69] " onClick={goto}>Create Account</span> </div> <div className="flex justify-center p-4"> - <button className="bg-[#FFBD69] pb-[13.04px] pt-[13.04px] pr-[39.12px] pl-[39.12px] w-full h-flt rounded-[32.60px] inline-flex justify-center items-center text-[20.87px] font-[800px] ">Sign in</button> + <button className="bg-[#FFBD69] pb-[13.04px] pt-[13.04px] pr-[39.12px] pl-[39.12px] w-fit h-flt rounded-[32.60px] inline-flex justify-center items-center text-[10px] md:text-[20.87px] font-[800px] ">Sign in</button> </div> <div className="flex justify-center p-4"> - <button className="bg-white pb-[13.04px] pt-[13.04px] pr-[39.12px] pl-[39.12px] w-fit h-fit rounded-[32.60px] border-[#FFBD69] border-2 inline-flex justify-center items-center ">check Status</button> + <button className="bg-white pb-[13.04px] pt-[13.04px] pr-[39.12px] pl-[39.12px] w-fit h-fit rounded-[32.60px] border-[#FFBD69] border-2 inline-flex justify-center items-center text-[10px] md:text-[20.87px] font-[800px] ">check Status</button> </div> </div> </div>