added max-width for gamemodes btns, border

This commit is contained in:
Kostya
2023-11-19 00:26:03 +03:00
parent a7005a3ff4
commit b9bc9283ed

View File

@@ -24,6 +24,7 @@
.menu__content--gamemodes { .menu__content--gamemodes {
background: rgba(217, 217, 217, 0.12); background: rgba(217, 217, 217, 0.12);
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25)); filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
width: 90%;
border-radius: 20px; border-radius: 20px;
} }