main page overhaul

This commit is contained in:
2023-03-22 15:29:20 +01:00
parent 876333edd5
commit fd379ec491
9 changed files with 95 additions and 23 deletions

View File

@@ -0,0 +1,15 @@
.main-lobby {
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
gap: 2rem;
&__button {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
}