mau + themecontext that will soothe my eyes soon
This commit is contained in:
@@ -1,15 +1,24 @@
|
||||
.main-lobby {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
height: 75vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
|
||||
&__button {
|
||||
&__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 2rem;
|
||||
|
||||
&-button {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
&__title {
|
||||
font-size: 5rem;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user