Fix: Load Theme early for onboarding.

This commit is contained in:
Paul
2021-06-24 21:07:07 +01:00
parent 380a36c26e
commit b833f0cc31
4 changed files with 22 additions and 12 deletions

View File

@@ -1,4 +1,5 @@
.onboarding {
height: 100vh;
display: flex;
align-items: center;
flex-direction: column;
@@ -7,7 +8,9 @@
flex: 1;
&.header {
gap: 8px;
padding: 3em;
display: flex;
text-align: center;
h1 {