Remove terribly useless and problematic margin when searching on mobile

This commit is contained in:
Guillaume Gomez 2017-10-14 15:52:50 +02:00
parent af7de7b677
commit c729e4dca7

View file

@ -831,6 +831,10 @@ span.since {
.toggle-wrapper {
height: 1.5em;
}
#search {
margin-left: 0;
}
}
@media print {