redid setting page width/height

This commit is contained in:
Robert McGovern 2022-02-01 11:34:34 +00:00
parent 04e585151c
commit 16d2a241c3
1 changed files with 1 additions and 7 deletions

View File

@ -54,13 +54,9 @@
/* General Formatting */
html,
body {
height: 100%;
width: 100%;
}
body {
min-height: 100vh;
font-family: "Red Hat Display", sans-serif;
background-color: var(--clr-pale-blue);
}
@ -68,8 +64,6 @@ body {
main {
background-image: var(--page-background-img);
background-repeat: no-repeat;
min-height: 100%;
display: flex;
flex-direction: column;
align-items: center;