minor: manual filtering

This commit is contained in:
Jean-Baptiste Pasquier
2021-02-08 10:51:08 +01:00
parent 52583523f5
commit 1ada126c43
7 changed files with 38 additions and 22 deletions

View File

@ -0,0 +1,10 @@
.search-form {
input[type="submit"] {
margin-bottom: 20px;
@media (min-width: 768.01px) {
margin-bottom: 0;
float: none !important;
margin-top: 0 !important;
}
}
}