From a6b9b86c580cefd81a930116f7e86610ece99887 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Fri, 1 Feb 2019 00:21:24 +0100 Subject: [PATCH] Fix footer alignment --- client/src/App.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/src/App.vue b/client/src/App.vue index 0aad59be..4ebc6e71 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -138,6 +138,8 @@ footer //background-color: #000033 font-size: 1rem width: 100% + padding-left: 0 + padding-right: 0 display: inline-flex align-items: center justify-content: center -- 2.44.0