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

This commit is contained in:
masterpmi 2026-07-27 13:50:11 +03:00
parent 44de30433f
commit 2cbf280203

View File

@ -504,7 +504,7 @@ body.dark-mode a {
display: grid; display: grid;
grid-template-columns: 180px minmax(0, 1fr); grid-template-columns: 180px minmax(0, 1fr);
gap: 24px; gap: 24px;
align-items: start; align-items: center;
max-width: 720px; max-width: 720px;
margin: 0.8rem 0 2.2rem; margin: 0.8rem 0 2.2rem;
} }
@ -521,7 +521,6 @@ body.dark-mode a {
.employee-info { .employee-info {
min-width: 0; min-width: 0;
padding-top: 3px;
} }
.employee-degree { .employee-degree {