tidy so no scrollbar

This commit is contained in:
Robert McGovern 2022-01-20 15:57:31 +00:00
parent 86decd1387
commit ad137b6efe
1 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
html,
body {
height: 100%;
}
header {
height: 100vh;
height: 100%;
display: grid;
place-content: center;
}