fixing layout and login page

This commit is contained in:
talksik
2022-06-10 07:51:27 -05:00
parent a26565a715
commit a2b5b7991e
3 changed files with 66 additions and 2 deletions
+4 -2
View File
@@ -3,12 +3,14 @@ body {
flex-direction: column;
flex: 1;
margin: 0;
background: #00000000;
}
#root {
height: inherit;
width: inherit;
height: 100vh;
width: 100vw;
display: flex;
padding: 0 !important;
font-family: 'IBM Plex Sans', sans-serif;