add avatar

This commit is contained in:
nik
2025-09-24 12:01:14 +03:00
parent e5634e85d8
commit cd210aed9c

View File

@@ -17,3 +17,10 @@ body {
.profile .profile-subtitle {
opacity: 0.85;
}
.profile img {
border-radius: 20px; /* скругление углов */
object-fit: cover; /* чтобы картинка обрезалась ровно */
max-width: 260px; /* можно увеличить, если нужно */
height: auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* лёгкая тень */
}