diff options
author | Kjetil Orbekk <kj@orbekk.com> | 2022-12-29 10:18:16 -0500 |
---|---|---|
committer | Kjetil Orbekk <kj@orbekk.com> | 2022-12-29 10:33:28 -0500 |
commit | d1c1f8b4e7a3b03b146d649d277fbccc64222fe5 (patch) | |
tree | 807b3cccef5308e146e56cbe2b8db7a510aaada8 /webapp/src/default.css | |
parent | 7862c791be6dbec56785c2c95933bcdeb34da366 (diff) |
Add footer and source code link
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r-- | webapp/src/default.css | 7 |
1 files changed, 7 insertions, 0 deletions
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; |