fix(frontend)

This commit is contained in:
2026-06-04 14:25:22 +03:00
parent f240b55dda
commit 4facd4fcc6
4 changed files with 27 additions and 10 deletions
+8
View File
@@ -27,4 +27,12 @@
background-color: #051b26;
font-family: var(--font-sans);
}
#root {
width: 100%;
min-height: 100dvh;
display: flex;
flex-direction: column;
background-color: #051b26;
}
}