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;