Fix framasoft's theme on small devices

This commit is contained in:
Chocobozzz 2020-09-21 14:02:26 +02:00
parent 4e5073bdea
commit f4dea526ab
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 6 additions and 0 deletions

View File

@ -29,3 +29,9 @@ header .search-home {
.search-container {
margin-top: 0;
}
@media screen and (max-height: 400px) {
.search-container {
margin-top: 30px;
}
}