Added padding
This commit is contained in:
parent
994c06c3b3
commit
bde0304181
13
custom/userall.css
Normal file
13
custom/userall.css
Normal 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
@ -81,18 +81,4 @@ body {
|
|||||||
#dokuwiki__header .logo img {
|
#dokuwiki__header .logo img {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
height: auto;
|
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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user