redid setting page width/height

Properly this time. I made the change and checked the page, except I checked the live page not the local test version 🤦
This commit is contained in:
Robert McGovern 2022-02-01 12:01:41 +00:00
parent 927a438547
commit eae74d6a78
1 changed files with 2 additions and 3 deletions

View File

@ -56,7 +56,7 @@
html, html,
body { body {
height: 100%; min-height: 100vh;
width: 100%; width: 100%;
} }
@ -68,8 +68,7 @@ body {
main { main {
background-image: var(--page-background-img); background-image: var(--page-background-img);
background-repeat: no-repeat; background-repeat: no-repeat;
min-height: 100%; min-height: inherit;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;