From 35453c590cae70e917bbafa61389044cb8ee7373 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Mon, 10 Aug 2020 15:33:21 +0200 Subject: Include version info --- client/style.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'client/style.css') diff --git a/client/style.css b/client/style.css index ff25dd5..90e6a03 100644 --- a/client/style.css +++ b/client/style.css @@ -32,10 +32,8 @@ h1::after { } .main { - position: absolute; - top: 0px; - left: 286px; - right: 18px; + margin-left: 286px; + margin-right: 18px; } } @@ -119,3 +117,8 @@ button, input { .authors { margin-top: 6px; } + +footer { + font-size: 12px; + margin: 60px auto 60px auto; +} -- cgit v1.2.3