Skip to content

Commit

Permalink
Make search input field full width
Browse files Browse the repository at this point in the history
This makes the search input field stand out more.
  • Loading branch information
settermjd committed Oct 29, 2018
1 parent c0af0c1 commit 208b065
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -320,16 +320,16 @@ body {
color: #333;
font-family: inherit;
font-size: 0.95rem;
width: 150px;
border: 1px solid #dbdbdb;
border-radius: 0.1em;
line-height: 1.5;
padding: 0 0.25em;
width: 100%;
}

@media screen and (min-width: 769px) {
#search-input {
width: 200px;
width: 100%;
}
}

Expand Down Expand Up @@ -381,11 +381,13 @@ body {
padding-right: 0.5rem;
color: #999;
font-size: 0.8rem;
width: 40%;
}

.search-result-document-hit {
padding-left: 1rem;
font-size: 0.9rem;
width: 60%;
}

.search-result-document-hit > a {
Expand Down

0 comments on commit 208b065

Please sign in to comment.