diff options
author | dweller <dweller@cabin.digital> | 2024-02-20 21:13:01 +0200 |
---|---|---|
committer | dweller <dweller@cabin.digital> | 2024-02-20 21:13:01 +0200 |
commit | 86c028a30c18c3131703fa030588971405b6dbf3 (patch) | |
tree | 4e984420189e2a926aafff57988a95d9ae30ef7f | |
parent | f28f467032e4f77a1ce8efe8103191c9ad2de02b (diff) |
show logo in small view
Diffstat (limited to '')
-rw-r--r-- | search.html | 2 | ||||
-rw-r--r-- | style/search.css | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/search.html b/search.html index 28e47f7..5d3fe53 100644 --- a/search.html +++ b/search.html @@ -51,7 +51,7 @@ <section id="results"> <p class="hint"> Found 14 results</p> <dl> - <dt><a href="#1">man (1)</dt></a> + <dt><a href="/page.html">man (1)</dt></a> <dd>an interface to the system reference manuals</dd> <dt><a href="#2">manconv (1)</dt></a> <dd>convert manual page from one encoding to another</dd> diff --git a/style/search.css b/style/search.css index 945d778..8412b76 100644 --- a/style/search.css +++ b/style/search.css @@ -153,6 +153,7 @@ { #main > header { + flex-direction: column; justify-content: center; align-items: center; @@ -161,6 +162,5 @@ } #query_wrap { width: min(42rem, 95dvw); } - - #logo { display: none; } + #version_wrap { min-height: 15pt; } } |