commit:     abfa6158bb23007b9e926a1b699aeb3aef2e91fb
Author:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 06:46:11 2026 +0000
Commit:     Jimi Huotari <chiitoo <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 07:07:35 2026 +0000
URL:        https://gitweb.gentoo.org/proj/forums.git/commit/?id=abfa6158

theme: adjust 'max-width' near 1200px

This gets rid of a horizontal scroll-bar that appears at around
this width for a bit.

Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org>

 theme/responsive.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/theme/responsive.css b/theme/responsive.css
index be5b1368a..79f114a77 100644
--- a/theme/responsive.css
+++ b/theme/responsive.css
@@ -564,7 +564,7 @@
        }
 }
 
-@media (max-width: 1200px) {
+@media (max-width: 1219px) {
        #page-header,
        #nav-main,
        #nav-breadcrumbs,

Reply via email to