From c9ef23c64b52df0cb167be1d37398507e165b45b Mon Sep 17 00:00:00 2001 From: masterpmi Date: Mon, 27 Jul 2026 14:00:10 +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 | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/static/css/custom.css b/static/css/custom.css index e2f98ca..bb067f6 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -504,7 +504,7 @@ body.dark-mode a { display: grid; grid-template-columns: 180px minmax(0, 1fr); gap: 24px; - align-items: center; + align-items: start; max-width: 720px; margin: 0.8rem 0 2.2rem; } @@ -515,18 +515,18 @@ body.dark-mode a { width: 180px; height: 135px; object-fit: cover; + margin: 0 !important; border-radius: 3px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18); - margin-top: 0; } .employee-info { min-width: 0; - padding-top: 0; + padding: 0; } .employee-degree { - margin: 0 0 17px; + margin: 0 0 14px; color: #1d1d1d; font-size: 1.05rem; font-weight: 700; @@ -538,13 +538,6 @@ body.dark-mode a { } .employee-details p { - margin: 8px 0; - line-height: 1.45; -} - -@media (max-width: 600px) { - .employee-header { - grid-template-columns: 1fr; - gap: 15px; - } + margin: 6px 0; + line-height: 1.4; } \ No newline at end of file