From 56da340080f54bf3022ec519d2b80323bf122089 Mon Sep 17 00:00:00 2001 From: Andreas Thienemann Date: Sat, 26 Feb 2022 17:47:41 +0100 Subject: [PATCH] Update app.css Correct footer color and margin --- static/app.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/app.css b/static/app.css index fbbb8f3..5a12606 100644 --- a/static/app.css +++ b/static/app.css @@ -11,7 +11,7 @@ } footer { - border-top: 1px solid gray80; - margin: 5em; - margin-top: 2em; + border-top: 1px solid #ccc; + margin: 10em; + margin-bottom: 1em; }