From da73f650b835a507774a53fa41e3e42e40d98d74 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 29 Sep 2025 13:37:16 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BB=D0=B5=D0=B4=D1=83=D1=8E=D1=89?= =?UTF-8?q?=D0=B0=D1=8F=20=D0=BF=D0=BE=D0=BF=D1=8B=D1=82=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/index.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/index.html b/templates/index.html index 3dbe4c7..20fe358 100644 --- a/templates/index.html +++ b/templates/index.html @@ -145,8 +145,7 @@ margin: 0 !important; position: relative; min-height: 0; - height: calc(100vh - 180px) !important; - max-height: calc(100vh - 180px) !important; + height: 0; } /* Контент внутри детализации */ @@ -167,13 +166,13 @@ .row .col-md-7 { display: flex; flex-direction: column; - max-height: calc(100vh - 120px); + max-height: calc(100vh - 150px); } - /* Фиксируем высоту карточек */ + /* Ограничиваем высоту карточек */ .card.h-100 { - height: calc(100vh - 120px) !important; - max-height: calc(100vh - 120px) !important; + height: 100%; + max-height: calc(100vh - 150px); display: flex; flex-direction: column; }