From bde0304181c757e9ec38eaefbe65c511dabdad1e Mon Sep 17 00:00:00 2001 From: EpicKiwi Date: Sun, 29 Oct 2023 15:49:14 +0100 Subject: [PATCH] Added padding --- custom/userall.css | 13 +++++++++++++ custom/userstyle.css | 14 -------------- 2 files changed, 13 insertions(+), 14 deletions(-) create mode 100644 custom/userall.css diff --git a/custom/userall.css b/custom/userall.css new file mode 100644 index 0000000..8a92d1f --- /dev/null +++ b/custom/userall.css @@ -0,0 +1,13 @@ +@media screen and (min-width: 480px) { + + #dokuwiki__header { + padding-top: 75px; + } + + #dokuwiki__header .tools ul { + display: flex; + justify-content: flex-end; + align-items: start; + } + +} \ No newline at end of file diff --git a/custom/userstyle.css b/custom/userstyle.css index dc811ea..4724349 100644 --- a/custom/userstyle.css +++ b/custom/userstyle.css @@ -81,18 +81,4 @@ body { #dokuwiki__header .logo img { width: 3em; height: auto; -} - -@media screen and (min-width: 480px) { - - #dokuwiki__header { - padding-top: 75px !important; - } - - #dokuwiki__header .tools ul { - display: flex; - justify-content: flex-end; - align-items: start; - } - } \ No newline at end of file