diff options
Diffstat (limited to '')
-rw-r--r-- | style/search.css | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } |