From 73f88e3ef5a6f9ca749c6a2fd39b5b58a1634d74 Mon Sep 17 00:00:00 2001 From: sadorowo Date: Sat, 16 Mar 2024 11:13:18 +0100 Subject: [PATCH] improvements --- assets/style.css | 4 ---- assets/style.mobile.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 2524552..699fbb0 100644 --- a/assets/style.css +++ b/assets/style.css @@ -95,8 +95,4 @@ ol li::before { body>#arrows { display: none; -} - -body>#arrows>div { - padding: 0.5em; } \ No newline at end of file diff --git a/assets/style.mobile.css b/assets/style.mobile.css index 51ecae5..9b392ec 100644 --- a/assets/style.mobile.css +++ b/assets/style.mobile.css @@ -4,6 +4,10 @@ border-bottom: 1px solid; } + body>div>div#inner { + padding: 0.5em !important; + } + body>#arrows { display: flex !important; width: 100% !important;