Make search bar large on search page 'cause i'm fancy like that
This commit is contained in:
parent
137647e7a1
commit
80eb463cbf
1 changed files with 10 additions and 2 deletions
|
@ -52,6 +52,14 @@
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-search .form-text.input {
|
.header-search {
|
||||||
width: 25em;
|
.form-submit.button {
|
||||||
|
@include control-medium;
|
||||||
|
}
|
||||||
|
.form-text.input {
|
||||||
|
@include control-medium;
|
||||||
|
@include tablet {
|
||||||
|
width: 20em;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue