diff --git a/index.html b/index.html index 20826661..c83d63f4 100644 --- a/index.html +++ b/index.html @@ -11,4 +11,9 @@
+ diff --git a/src/context/index.tsx b/src/context/index.tsx index 6bb0de8f..4cbbb76b 100644 --- a/src/context/index.tsx +++ b/src/context/index.tsx @@ -13,17 +13,19 @@ export default function Context({ children }: { children: Children }) { return ( - - - - - - {children} - - - - - + + + + + + + {children} + + + + + + ); diff --git a/src/context/intermediate/modals/Onboarding.module.scss b/src/context/intermediate/modals/Onboarding.module.scss index f3ed2dde..93f5e4b9 100644 --- a/src/context/intermediate/modals/Onboarding.module.scss +++ b/src/context/intermediate/modals/Onboarding.module.scss @@ -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 { diff --git a/src/styles/_page.scss b/src/styles/_page.scss index c99320ab..124e530a 100644 --- a/src/styles/_page.scss +++ b/src/styles/_page.scss @@ -9,9 +9,9 @@ html { // contain: content; - background: var(--background); background-size: cover !important; background-repeat: no-repeat !important; + background-color: var(--background) !important; } html,