diff --git a/assets/style/pages/_404.scss b/assets/style/pages/_404.scss index 96ff6b9..e50496c 100644 --- a/assets/style/pages/_404.scss +++ b/assets/style/pages/_404.scss @@ -1,6 +1,6 @@ .lost { position: relative; - top: calc(50vh - 320px); + top: calc(50vh - 280px); margin: auto; text-align: center; diff --git a/assets/style/pages/index/_banner.scss b/assets/style/pages/index/_banner.scss index fd6e2fa..8e9ae0e 100644 --- a/assets/style/pages/index/_banner.scss +++ b/assets/style/pages/index/_banner.scss @@ -3,7 +3,7 @@ grid-template-columns: 1fr 2fr; max-width: 60rem; background: $t-color; - margin: 2rem auto 6rem auto; + margin: 2rem auto 4rem auto; padding: 2rem 2rem 2.25rem 2rem; h4 { diff --git a/components/Footer.vue b/components/Footer.vue index 20a3269..8526a4f 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -1,13 +1,25 @@ + +