tidy so no scrollbar
This commit is contained in:
parent
86decd1387
commit
ad137b6efe
|
@ -1,5 +1,10 @@
|
|||
html,
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
header {
|
||||
height: 100vh;
|
||||
height: 100%;
|
||||
display: grid;
|
||||
place-content: center;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue