feat: start home parameters

This commit is contained in:
RoxanneRlld
2024-02-13 07:01:26 +01:00
committed by alexis
parent f15d3d2c17
commit 4b9a59ed12
4 changed files with 84 additions and 8 deletions
+1 -6
View File
@@ -5,17 +5,12 @@
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
user-select: none;
}
#root {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 20px;
width: 100svw;
height: 100svh;
background: #598b8e;
overflow: hidden;
color: #fff;
}