minor: manual filtering
This commit is contained in:
10
src/styles/forms/_index.scss
Normal file
10
src/styles/forms/_index.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user