Skip to content

Commit

Permalink
made addbid page responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishektiwari47 committed Dec 2, 2023
1 parent bcbe346 commit 6e46345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/client/src/components/buyer/AddBid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function AddBid(){

const navigate = useNavigate();

return <div className="p-1 h-screen" style={{backgroundColor:(isDarkMode)?"#03001C":"white"}}>
return <div className="p-1 lg:h-screen" style={{backgroundColor:(isDarkMode)?"#03001C":"white"}}>
{/* nav */}
<nav><img className="h-6 mx-6 my-6" src={(isDarkMode)?BackButton2:BackButton} onClick={() => navigate(-1)} alt="" /></nav>
<div className=" px-20 py-2 lg:flex lg:space-x-32 space-y-5 lg:space-y-0" style={{ gridTemplateColumns:"1fr 1fr",width:"100%"}}>
Expand Down

0 comments on commit 6e46345

Please sign in to comment.