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;