From 91b940ddbc2f10a38c90289204c452299c06498c Mon Sep 17 00:00:00 2001 From: Anand Jogawade Date: Tue, 3 Dec 2024 22:33:16 +0530 Subject: [PATCH] Update index.html --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 6f71fa3..1f6a6f2 100644 --- a/index.html +++ b/index.html @@ -491,13 +491,13 @@

Anand Jogawade

justify-content: center; align-items: center; position: relative; - width: 100%; + width: 50%; } .about-area .stack img { - width: 340px; /* Increased the width */ - height: 340px; /* Increased the height */ - border-radius: 50%; - box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); + width: 420px; /* Increased the width */ + height: 420px; /* Increased the height */ + border-radius: 100%; + box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5); object-fit: cover; } .about-right {