From d1c1f8b4e7a3b03b146d649d277fbccc64222fe5 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Thu, 29 Dec 2022 10:18:16 -0500 Subject: Add footer and source code link --- webapp/src/default.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'webapp/src/default.css') diff --git a/webapp/src/default.css b/webapp/src/default.css index 82fca71..2c5b3a2 100644 --- a/webapp/src/default.css +++ b/webapp/src/default.css @@ -80,6 +80,7 @@ body { margin: 0 auto; max-width: 30em; font-size: 150%; + min-height: 80vh; } .main-menu { @@ -95,6 +96,12 @@ body { list-style-type: none; } +.footer { + max-width: 30em; + font-size: 150%; + margin: 0 auto; +}; + button { background: none!important; border: none; -- cgit v1.2.3