Skip to content
Merged
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="max-h-[90vh] rounded-full w-auto object-cover" />
</div>
</div>
</div>
Expand Down
Loading