Fixing search bar on mobile

This commit is contained in:
2020-06-10 01:58:19 +01:00
parent 8fa7c40eca
commit 1960b3cb8d

View File

@@ -3,7 +3,7 @@ form#search-form {
margin-top: 2px; margin-top: 2px;
& input { & input {
width: 80%; width: 79%;
padding-top: 10px; padding-top: 10px;
} }
@@ -20,3 +20,7 @@ form#search-form {
form.form-single { form.form-single {
width: 80% !important; width: 80% !important;
} }
.input-group {
width: 20% !important;
}