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;
}