From 86c028a30c18c3131703fa030588971405b6dbf3 Mon Sep 17 00:00:00 2001 From: dweller Date: Tue, 20 Feb 2024 21:13:01 +0200 Subject: show logo in small view --- search.html | 2 +- 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 @@

Found 14 results

-
man (1)
+
man (1)
an interface to the system reference manuals
manconv (1)
convert manual page from one encoding to another
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; } } -- cgit v1.2.3