diff --git a/assets/css/extended/custom.css b/assets/css/extended/custom.css index 12b1d53..722dcfb 100644 --- a/assets/css/extended/custom.css +++ b/assets/css/extended/custom.css @@ -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); /* лёгкая тень */ +}