Skip to content

Commit 07bb314

Browse files
authored
Update style.css
1 parent d97bd23 commit 07bb314

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ html, body {
2828
}
2929

3030
.avatar-img {
31-
width: 120px;
31+
width: 120px; /* adjust size */
3232
height: 120px;
33-
border-radius: 5px; /* Rounded edges */
34-
object-fit: cover; /* Keeps photo proportional */
33+
border-radius: 50%; /* circular */
34+
object-fit: cover; /* crops image properly */
3535
box-shadow: 0 6px 16px rgba(0,0,0,0.25);
3636
}
3737

0 commit comments

Comments
 (0)