Задана минимальная высота TVD

This commit is contained in:
goodmice 2022-10-05 15:33:05 +05:00
parent 84204ab146
commit 6a97da855d
No known key found for this signature in database
GPG Key ID: 63EA771203189CF1

View File

@ -3,6 +3,7 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: stretch; justify-content: stretch;
min-height: 80vh;
.tvd-top { .tvd-top {
display: flex; display: flex;
@ -57,7 +58,6 @@
left: 55px; left: 55px;
} }
} }
} }
.tvd-right { .tvd-right {