From 4a26a6b04bb6594f08e8ad9adbad8de02d0a4718 Mon Sep 17 00:00:00 2001 From: maaa Date: Sun, 10 Mar 2024 22:15:17 +0100 Subject: [PATCH] fix mobile --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index a71ab16..695dcbf 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -673,8 +673,11 @@ body { background-color: var(--bar); color: var(--text-color); padding: 10px; + padding-top: 2.5px; + margin-bottom: 10px; border-radius: 10px; transition: background-color .2s; + display: inline-block; } .links a:hover {