Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const Home = () => {
)}
</div>
<div className="h-full bg-secondary w-2/4 sm:flex hidden items-center justify-center px-4">
<img src="/landing page image.jpg" className="h-auto rounded-full w-auto object-cover" />
<img src="/landing page image.jpg" className="h-auto max-h-screen rounded-full w-auto object-cover" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you attach the screenshots of before <> after

</div>
</div>
</div>
Expand Down
Loading