SPR-950: optimate Headerstyling in Mobile

This commit is contained in:
Silke Pisulla 2017-04-24 13:03:01 +02:00
commit 80134fae3c
3 changed files with 32 additions and 24 deletions

View file

@ -8,7 +8,7 @@
#dokuwiki__header {
@header-font-opacity: 1;
@media @screen_max-xxs {
@media @screen_max-xs {
min-height: 120px;
}
@ -70,7 +70,7 @@
padding-bottom: 1rem;
}
@media @screen_max-xxs {
@media @screen_max-xs {
padding-right: (@toggle-size + @headericons-margin-xxs);
}
}
@ -84,7 +84,7 @@
vertical-align: middle;
}
@media @screen_max-xxs {
@media @screen_max-xs {
padding-right: (@toggle-size + @headericons-margin-xxs);
}
}
@ -177,7 +177,7 @@
&.has-magicmatcher {
.logo {
@media @screen_min-md {
padding-top: 2rem;
padding-top: 3rem;
}
}