Clean up initial app loading page

This commit is contained in:
Neil Brommer 2021-11-29 21:22:14 -08:00
parent b00158daa7
commit 3a7bf8c57d
2 changed files with 14 additions and 1 deletions

View file

@ -52,3 +52,11 @@ a, .btn-link {
.container {
padding: 0.4rem;
}
.appLoadingContainer {
height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}