Make search bar large on search page 'cause i'm fancy like that

This commit is contained in:
benjamin melançon 2018-12-18 08:15:12 -05:00
parent 137647e7a1
commit 80eb463cbf

View file

@ -52,6 +52,14 @@
margin-top: 1.5rem;
}
.header-search .form-text.input {
width: 25em;
.header-search {
.form-submit.button {
@include control-medium;
}
.form-text.input {
@include control-medium;
@include tablet {
width: 20em;
}
}
}