Added padding

This commit is contained in:
EpicKiwi 2023-10-29 15:49:14 +01:00
parent 994c06c3b3
commit bde0304181
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE
2 changed files with 13 additions and 14 deletions

13
custom/userall.css Normal file
View File

@ -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;
}
}

View File

@ -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;
}
}