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

This commit is contained in:
masterpmi 2026-07-27 11:48:39 +03:00
parent 7a9cab390d
commit 7c0f42ce80

View File

@ -475,4 +475,27 @@ body.dark-mode a {
.theme-toggle:hover {
transform: scale(1.1);
}
/* Сотрудники */
.career-list {
margin: 1rem 0 2rem;
max-width: 850px;
}
.career-item {
display: grid;
grid-template-columns: 70px 1fr;
gap: 18px;
padding: 10px 0;
border-bottom: 1px solid rgba(0, 60, 120, 0.15);
}
.career-item:last-child {
border-bottom: none;
}
.career-year {
font-weight: 700;
color: #003c78;
}