new styling

This commit is contained in:
Nicholas Orlowsky 2022-02-03 19:14:34 -06:00
parent dfe2f6408e
commit daabc9c675
No known key found for this signature in database
GPG key ID: DA69F4D62590FB49
3 changed files with 27 additions and 11 deletions

View file

@ -1,3 +1,6 @@
.App {
text-align: center;
display: flex;
align-items: center;
flex-direction: column;
}