fixed placing btns-gamemodes

This commit is contained in:
Kostya
2023-11-19 00:24:50 +03:00
parent 9a0615874f
commit a7005a3ff4

View File

@@ -5,7 +5,7 @@
} }
.menu__content { .menu__content {
height: 100%; height: 70%;
display: flex; display: flex;
align-items: center; align-items: center;
flex-direction: column; flex-direction: column;
@@ -38,5 +38,7 @@
} }
.menu__btn--settings { .menu__btn--settings {
position: absolute;
bottom: 0;
margin-bottom: 12px; margin-bottom: 12px;
} }