We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0af0c1 commit 208b065Copy full SHA for 208b065
src/css/header.css
@@ -320,16 +320,16 @@ body {
320
color: #333;
321
font-family: inherit;
322
font-size: 0.95rem;
323
- width: 150px;
324
border: 1px solid #dbdbdb;
325
border-radius: 0.1em;
326
line-height: 1.5;
327
padding: 0 0.25em;
+ width: 100%;
328
}
329
330
@media screen and (min-width: 769px) {
331
#search-input {
332
- width: 200px;
333
334
335
@@ -381,11 +381,13 @@ body {
381
padding-right: 0.5rem;
382
color: #999;
383
font-size: 0.8rem;
384
+ width: 40%;
385
386
387
.search-result-document-hit {
388
padding-left: 1rem;
389
font-size: 0.9rem;
390
+ width: 60%;
391
392
393
.search-result-document-hit > a {
0 commit comments