Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandJogawade authored Dec 3, 2024
1 parent 4ea8bca commit 91b940d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -491,13 +491,13 @@ <h3>Anand Jogawade</h3>
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 {
Expand Down

0 comments on commit 91b940d

Please sign in to comment.