pagetools: responsive - small is too wide

This commit is contained in:
Silke Pisulla 2017-01-02 13:45:06 +01:00
commit 080f8b9ea7

View file

@ -10,9 +10,20 @@ nav#dokuwiki__pagetools{
background-color: #fff;
}
}
ul {
li a {
background-image: none;
}
}
}
/* + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* max-width: 1023px */
@media @screen_max-md {
nav#dokuwiki__pagetools {
right: 0;
}
}