diff --git a/static/header.html b/static/header.html
index d23c867..b503047 100644
--- a/static/header.html
+++ b/static/header.html
@@ -108,6 +108,13 @@ h2 {
.column {
width: 100%;
}
+ body {
+ width: 95%;
+ padding: 3%;
+ }
+ #bottom {
+ bottom: 1em;
+ }
}
.row:after {
content: "";
@@ -118,7 +125,7 @@ h2 {
/* little floaty thing at the bottom with links to home and help */
#bottom {
position: fixed;
- bottom: 3em;
+ bottom: 2em;
right: 10%;
background-color: var(--bg2);
z-index: 2;