mau + themecontext that will soothe my eyes soon

This commit is contained in:
2023-03-22 16:01:54 +01:00
parent a7622c26ef
commit 157c5e8ffa
7 changed files with 56 additions and 18 deletions

View File

@@ -7,6 +7,6 @@
src: local('Mau'), url(../assets/fonts/OrientalCatsLight.otf) format('opentype');
}
h1, h2, h3, h4, h5 {
.mau {
font-family: "Mau", serif;
}

View File

@@ -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;
}
}