From 38f912021401b8b86e12a8dbae8340967506339a Mon Sep 17 00:00:00 2001 From: Hanzala Ghayas Abbasi <123712590+hanzalaghayasabbasi@users.noreply.github.com> Date: Wed, 14 Aug 2024 13:59:29 +0500 Subject: [PATCH] Update styles.css --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 4600a91..a833500 100644 --- a/styles.css +++ b/styles.css @@ -431,8 +431,8 @@ nav ul li a:hover { } .portfolio-item img { - width: 100%; - height:100%; + width:80%; + height:80%; border-radius: 8px; margin-bottom: 15px; }