* Add `search.html` layout and JavaScript
* Move `{{ content }}` before search input
* Add spaces for consistency
Close #1011
11 lines
184 B
SCSS
11 lines
184 B
SCSS
.search-input {
|
|
-webkit-appearance: none;
|
|
border: 0;
|
|
border-radius: .25em;
|
|
font-family: inherit;
|
|
font-size: 1.25em;
|
|
margin: 2em auto 1em;
|
|
padding: .5em;
|
|
width: 100%;
|
|
}
|