From 4bd2a060e0e3de036147a8fc1bf6d2175589b01d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lilian=20J=C3=B3nsd=C3=B3ttir?= Date: Wed, 24 Jan 2024 19:46:35 -0800 Subject: [PATCH] actually proper mobile layout --- static/css/style.css | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 20a9fbd..1f24175 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -105,24 +105,16 @@ h2 { #leftfooter, #rightfooter { - position: fixed; - right: 10px; - text-align: right; + position: relative; + text-align: center; + right: 0px; left: 0px; display: block; font-size: 2vw; } - #leftfooter { - bottom: 10px; - } - - #rightfooter { - bottom: 35px; - } - #stuff { - margin: 15px 25px 25px 25px; + margin: 15px 25px 75px 25px; } a.links {