Обновить static/css/custom.css

This commit is contained in:
masterpmi 2026-07-27 14:05:51 +03:00
parent c9ef23c64b
commit 8f888078d0

View File

@ -509,11 +509,16 @@ body.dark-mode a {
margin: 0.8rem 0 2.2rem; margin: 0.8rem 0 2.2rem;
} }
.employee-photo { .employee-photo-wrap {
display: block;
float: none !important;
width: 180px; width: 180px;
height: 135px; height: 135px;
}
main .employee-photo-wrap .employee-photo {
display: block;
width: 180px;
height: 135px;
max-width: none;
object-fit: cover; object-fit: cover;
margin: 0 !important; margin: 0 !important;
border-radius: 3px; border-radius: 3px;