various changes
This commit is contained in:
26
public/global.css
Normal file
26
public/global.css
Normal 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
BIN
public/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
Reference in New Issue
Block a user