Fix framasoft's theme on small devices
This commit is contained in:
parent
4e5073bdea
commit
f4dea526ab
|
@ -29,3 +29,9 @@ header .search-home {
|
|||
.search-container {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
@media screen and (max-height: 400px) {
|
||||
.search-container {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue