From f9a755e7c678d8b64665f23bf0643d935b761765 Mon Sep 17 00:00:00 2001 From: Adam Stachowicz Date: Wed, 4 Aug 2021 15:53:18 +0200 Subject: [PATCH] Remove margin from footer to fix scrollbar. Fixes #168 --- src/layouts/Layout.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/layouts/Layout.vue b/src/layouts/Layout.vue index 4405ebb7b..95a95afd6 100644 --- a/src/layouts/Layout.vue +++ b/src/layouts/Layout.vue @@ -158,9 +158,6 @@ export default { footer { color: #AAA; font-size: 13px; - margin-top: 10px; - margin-bottom: 30px; - margin-left: 10px; text-align: center; }