git: 7dd08e5739 - main - man.cgi: improvement of landscape mode for mobile devices

From: Wolfram Schneider <wosch_at_FreeBSD.org>
Date: Sun, 06 Sep 2026 17:46:14 UTC
The branch main has been updated by wosch:

URL: https://cgit.FreeBSD.org/doc/commit/?id=7dd08e5739c3de9c6c005ada199f846e81edda23

commit 7dd08e5739c3de9c6c005ada199f846e81edda23
Author:     Wolfram Schneider <wosch@FreeBSD.org>
AuthorDate: 2026-09-06 17:38:34 +0000
Commit:     Wolfram Schneider <wosch@FreeBSD.org>
CommitDate: 2026-09-06 17:38:34 +0000

    man.cgi: improvement of landscape mode for mobile devices
    
    Event:                  Berlin Hackathon 202609
---
 website/content/en/cgi/man.cgi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/website/content/en/cgi/man.cgi b/website/content/en/cgi/man.cgi
index 911c7431fd..993014ff77 100755
--- a/website/content/en/cgi/man.cgi
+++ b/website/content/en/cgi/man.cgi
@@ -1495,10 +1495,10 @@ a:hover { text-decoration:underline; }
   span.spaces { display: none; }
 
   /* larger search form */
-  form#man > input, button { font-size: 200%; }
-  form#man > button { font-size: 200%; }
-  form#man > input[name='query'] { width: 12em; }
-  form#man > select { font-size: 140%; }
+  form#man > input, button { font-size: 150%; }
+  form#man > button { font-size: 150%; }
+  form#man > input[name='query'] { width: 20em; }
+  form#man > select { font-size: 120%; }
 }
 </style>
 |;