fix: remove margin-top from body

This commit is contained in:
Price Hiller 2023-08-29 17:02:42 -05:00
parent 4ca6fc01c7
commit cb56ce441e
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -79,7 +79,6 @@ body {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 30px;
height: 100%;
}
@ -317,4 +316,4 @@ hr {
align-self: center;
border: none;
border-top: thin solid;
}
}