Add Logo to the Loading Screen for.... clarity

This commit is contained in:
Qstick
2021-05-12 22:31:43 -04:00
parent 4749d76147
commit ec103e8b57
3 changed files with 15 additions and 1 deletions
@@ -1,3 +1,11 @@
.page {
composes: page from '~./Page.css';
}
.logoFull {
margin-top: 50px;
margin-right: auto;
margin-left: auto;
width: 120px;
height: 40px;
}