Fixing search bar on mobile
This commit is contained in:
@@ -3,7 +3,7 @@ form#search-form {
|
||||
margin-top: 2px;
|
||||
|
||||
& input {
|
||||
width: 80%;
|
||||
width: 79%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
@@ -20,3 +20,7 @@ form#search-form {
|
||||
form.form-single {
|
||||
width: 80% !important;
|
||||
}
|
||||
|
||||
.input-group {
|
||||
width: 20% !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user