From 7c0f42ce80821a2918d90730fe4b24f28bc29c99 Mon Sep 17 00:00:00 2001 From: masterpmi Date: Mon, 27 Jul 2026 11:48:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20static/css/custom.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/css/custom.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index e62fb05..3f542c4 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -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; } \ No newline at end of file