diff --git a/themes/framasoft/index.css b/themes/framasoft/index.css index 71947a3..6a19c41 100644 --- a/themes/framasoft/index.css +++ b/themes/framasoft/index.css @@ -29,3 +29,9 @@ header .search-home { .search-container { margin-top: 0; } + +@media screen and (max-height: 400px) { + .search-container { + margin-top: 30px; + } +}