Fix advanced search button on small screens

Once the button was pressed, part of the form appeared next to the
button instead of appearing below it.
This commit is contained in:
Javi Martín
2021-06-28 22:14:34 +02:00
parent b0e82d636e
commit 2f5f674b24

View File

@@ -1,7 +1,6 @@
.advanced-search { .advanced-search {
color: $link; color: $link;
cursor: pointer; cursor: pointer;
float: left;
margin: $line-height 0; margin: $line-height 0;
@include breakpoint(medium) { @include breakpoint(medium) {