changed height for menu elem

This commit is contained in:
Kostya
2023-11-18 22:33:35 +03:00
parent 48e4f6b213
commit 7faa629bb9

View File

@@ -1,6 +1,6 @@
.menu {
margin: 4px 6px 0 6px;
height: 100vh;
height: 99.5vh;
display: flex;
flex-direction: column;
justify-content: space-between;