hubl/src/styles/forms/_index.scss

10 lines
197 B
SCSS
Raw Normal View History

2021-02-08 09:51:08 +00:00
.search-form {
input[type="submit"] {
margin-bottom: 20px;
@media (min-width: 768.01px) {
margin-bottom: 0;
float: none !important;
margin-top: 0 !important;
}
}
}