diff --git a/index.html b/index.html index 32ab2f9..3dc3b80 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,6 @@ - diff --git a/src/App.vue b/src/App.vue index c0f91b4..c343484 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,4 +1,4 @@ - @@ -6,9 +6,33 @@ import HeaderComponent from './components/Header/HeaderComponent.vue' - diff --git a/src/styles/app.scss b/src/styles/app.scss index 1991164..1e438fd 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -8,7 +8,7 @@ @font-face { font-family: 'Monaspace Krypton', monospace; src: url('../assets/fonts/MonaspaceKrypton.ttf') format('truetype'); - font-display: block; + font-display: swap; } * { diff --git a/src/styles/classes.scss b/src/styles/classes.scss index 8c56427..6876eae 100644 --- a/src/styles/classes.scss +++ b/src/styles/classes.scss @@ -1,5 +1,18 @@ @import './variables.scss'; +.view__container { + min-height: 70dvh !important; + width: 100vw !important; +} + +.h-100 { + height: 100% !important; +} + +.w-100 { + width: 100% !important; +} + .header__mobile__item { height: $header-item-height !important; width: $header-item-width !important; diff --git a/src/views/NotFoundView/NotFound.vue b/src/views/NotFoundView/NotFound.vue index 4f2b12a..622f6d8 100644 --- a/src/views/NotFoundView/NotFound.vue +++ b/src/views/NotFoundView/NotFound.vue @@ -7,7 +7,7 @@ import { RouterLink } from 'vue-router'