Skip to content

Commit 81b94b5

Browse files
fix : resolved the image overflow through adding tailwind css class (#759)
1 parent d856731 commit 81b94b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/pages/Home.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const Home = () => {
7979
)}
8080
</div>
8181
<div className="h-full bg-secondary w-2/4 sm:flex hidden items-center justify-center px-4">
82-
<img src="/landing page image.jpg" className="h-auto rounded-full w-auto object-cover" />
82+
<img src="/landing page image.jpg" className="max-h-[90vh] rounded-full w-auto object-cover" />
8383
</div>
8484
</div>
8585
</div>

0 commit comments

Comments
 (0)