Body should not be 100% screen height.

This commit is contained in:
Fred Boniface 2022-10-19 14:32:27 +01:00
parent 14cc7dfd4d
commit 6913c152dd
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ html {
} }
body { body {
height: 100%;
width: 100%; width: 100%;
margin: auto; margin: auto;
} }