add avatar
This commit is contained in:
@@ -17,3 +17,10 @@ body {
|
|||||||
.profile .profile-subtitle {
|
.profile .profile-subtitle {
|
||||||
opacity: 0.85;
|
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); /* лёгкая тень */
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user