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