fix(style): do not center content vertically in body

This commit is contained in:
Price Hiller 2023-08-27 22:37:22 -05:00
parent 27206068d4
commit cbfc125144
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -75,7 +75,6 @@ body {
line-height: 1.6;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-top: 30px;
}