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;
|
||||
}
|
||||
|
||||
}
|
@ -82,17 +82,3 @@ body {
|
||||
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;
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user