From ae61cc5417f4778ee0378870949173ecf5d08e9c Mon Sep 17 00:00:00 2001 From: osmarks Date: Mon, 17 Jun 2024 18:12:09 +0100 Subject: [PATCH] fix mobile --- static/default.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/default.css b/static/default.css index f90e0b1..2982e74 100644 --- a/static/default.css +++ b/static/default.css @@ -47,6 +47,7 @@ header { width: 100%; display: flex; } .main-width { width: 100%; } main { padding: .5rem 1rem 1rem 1rem; } .logo .ominous { display: none; } + .logo { padding-left: 1em; } } @media screen and (min-width: 500px) {