From e8840ec734b8d4086b1da118dda1ede03194c434 Mon Sep 17 00:00:00 2001 From: eggy Date: Sun, 7 Aug 2022 21:25:30 -0400 Subject: [PATCH] feat: add outline --- layouts/default.vue | 2 +- pages/index.vue | 12 +++++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/layouts/default.vue b/layouts/default.vue index 11ed4ac..14e3fc2 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -58,7 +58,6 @@ html.dark::before { main { width: 80%; max-width: 60rem; - min-height: 100%; margin: auto; padding-top: 2rem; } @@ -67,6 +66,7 @@ footer { --footer-drop-color: lightgray; transition: background 0.2s ease; box-shadow: 0 -0.05rem 0.75rem 0 var(--footer-drop-color); + margin-top: 2rem; } html.dark footer { diff --git a/pages/index.vue b/pages/index.vue index 063473f..e466478 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,9 +1,12 @@