main page overhaul
This commit is contained in:
15
src/styles/layout/pages/mainlobby.scss
Normal file
15
src/styles/layout/pages/mainlobby.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user