From 81cc2a68ec97315cc4345833916933f443d1af68 Mon Sep 17 00:00:00 2001 From: kageru Date: Tue, 31 Jan 2023 14:34:47 +0100 Subject: [PATCH] waste less space on mobile --- static/header.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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;