bunch of mui work...will take time and then will get faster and will provide easier changing and all

This commit is contained in:
talksik
2022-05-27 22:15:27 -05:00
parent 50e006b2d2
commit b7142f76d9
6 changed files with 130 additions and 17 deletions
+9
View File
@@ -1,8 +1,17 @@
html {
height: 100%;
width: 100%;
}
body {
display: flex;
flex-direction: column;
flex: 1;
height: inherit;
width: inherit;
margin: 0;
background: #00000000;
}