We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97bd23 commit 07bb314Copy full SHA for 07bb314
style.css
@@ -28,10 +28,10 @@ html, body {
28
}
29
30
.avatar-img {
31
- width: 120px;
+ width: 120px; /* adjust size */
32
height: 120px;
33
- border-radius: 5px; /* Rounded edges */
34
- object-fit: cover; /* Keeps photo proportional */
+ border-radius: 50%; /* circular */
+ object-fit: cover; /* crops image properly */
35
box-shadow: 0 6px 16px rgba(0,0,0,0.25);
36
37
0 commit comments