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:
parent
927a438547
commit
eae74d6a78
|
@ -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;
|
||||||
|
|
Reference in New Issue