summaryrefslogtreecommitdiff
path: root/webapp/src/default.css
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-12-29 10:18:16 -0500
committerKjetil Orbekk <kj@orbekk.com>2022-12-29 10:33:28 -0500
commitd1c1f8b4e7a3b03b146d649d277fbccc64222fe5 (patch)
tree807b3cccef5308e146e56cbe2b8db7a510aaada8 /webapp/src/default.css
parent7862c791be6dbec56785c2c95933bcdeb34da366 (diff)
Add footer and source code link
Diffstat (limited to 'webapp/src/default.css')
-rw-r--r--webapp/src/default.css7
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;