From 0d93346bd6bcb7716c8dabb61388e2d5a76813cf Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sat, 15 Jan 2022 12:58:11 +0100 Subject: [PATCH] Adjust bottom page margin --- .gitignore | 2 +- src/App.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 403adbc..f6786cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ .DS_Store node_modules /dist - +/public/config.json # local env files .env.local diff --git a/src/App.vue b/src/App.vue index 79248f1..628c2c9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -112,9 +112,9 @@ export default { } .content-wrapper { min-width: 60%; - max-width: 90%; + max-width: 95%; margin-top: 1rem; - margin-bottom: 5rem; + margin-bottom: 3rem; display: flex; flex-direction: column; justify-content: center;