13 lines
226 B
CSS
13 lines
226 B
CSS
|
@media screen and (min-width: 480px) {
|
||
|
|
||
|
#dokuwiki__header {
|
||
|
padding-top: 75px;
|
||
|
}
|
||
|
|
||
|
#dokuwiki__header .tools ul {
|
||
|
display: flex;
|
||
|
justify-content: flex-end;
|
||
|
align-items: start;
|
||
|
}
|
||
|
|
||
|
}
|