From 1c868e008770e67e2b45a89215284a41d50435a6 Mon Sep 17 00:00:00 2001 From: Patrice Bender Date: Mon, 29 Apr 2024 18:55:43 +0200 Subject: [PATCH] text should keep distance to footer --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4064e4b..31dfbc2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -129,7 +129,7 @@ body { margin: 0 auto; max-width: 800px; padding: 0 10px; - padding-bottom: 3.5em; + padding-bottom: 5em; display: flex; flex-direction: column; justify-content: center;