diff --git a/client/src/assets/scss/_global.scss b/client/src/assets/scss/_global.scss index 6c57871..dea2e02 100644 --- a/client/src/assets/scss/_global.scss +++ b/client/src/assets/scss/_global.scss @@ -49,4 +49,12 @@ hr { border-top-style: solid; border-top-width: 1px; border-top-color: rgba($black, .25); +} + +// LAYOUTS +.fullpage { + min-height: calc(100vh - 56px); + display: flex; + justify-content: center; + align-items: center; } \ No newline at end of file diff --git a/client/src/components/global/navbar/navbar.vue b/client/src/components/global/navbar/navbar.vue index 0ad8807..db97f88 100644 --- a/client/src/components/global/navbar/navbar.vue +++ b/client/src/components/global/navbar/navbar.vue @@ -11,7 +11,8 @@
diff --git a/client/src/pages/index-page.vue b/client/src/pages/index-page.vue index ee8a352..0100af5 100644 --- a/client/src/pages/index-page.vue +++ b/client/src/pages/index-page.vue @@ -1,14 +1,14 @@ -