Better layout
Some checks failed
Build Mau & Deploy Mau / build (push) Has been cancelled
Build Mau & Deploy Mau / deploy (push) Has been cancelled

This commit is contained in:
DTieman
2024-04-20 00:23:18 +02:00
parent e78d0d46f7
commit d547db430c
8 changed files with 50 additions and 13 deletions

View File

@@ -7,9 +7,21 @@
src: local('Mau'), url(../assets/fonts/OrientalCatsLight.otf) format('opentype');
}
.app {
width: 100vw;
height: 100vh;
* {
box-sizing: border-box;
}
body {
margin: 0;
height: 100dvh;
width: 100dvw;
overflow: hidden;
}
#root, .app {
@extend .dark;
padding: 1rem;
height: 100%;
}
.mau {