various changes

This commit is contained in:
2023-05-19 19:08:54 +02:00
parent 95f29085b7
commit 65ae7b58d5
9 changed files with 88 additions and 5 deletions

26
public/global.css Normal file
View File

@@ -0,0 +1,26 @@
html, body{
padding: 0px;
margin: 0px;
width: 100%;
height:100%;
min-height: 100%;
min-width: 100%;
}
#__next{
min-height: 100%;
}
html{
background-color: red;
}
.pp{
color: white;
}
.root{
display:flex;
flex-direction: column;
min-height: 100vh;
height:100vh;
}

BIN
public/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB