git: f72bfbd898 - main - Website - Theme: Fix burger menu on mobile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 24 Jun 2026 18:38:41 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=f72bfbd898298060a9e0400bc0b47bf7194625e4
commit f72bfbd898298060a9e0400bc0b47bf7194625e4
Author: Mark Phillips <mark@freebsdfoundation.org>
AuthorDate: 2026-06-24 18:37:46 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2026-06-24 18:37:46 +0000
Website - Theme: Fix burger menu on mobile
Differential Revision: D57739
---
website/themes/beastie/assets/styles/main.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/themes/beastie/assets/styles/main.css b/website/themes/beastie/assets/styles/main.css
index c3fd154758..ee09ce3361 100644
--- a/website/themes/beastie/assets/styles/main.css
+++ b/website/themes/beastie/assets/styles/main.css
@@ -732,7 +732,7 @@ input[type='checkbox'] {
}
.sub-menu .title {
- display: none;
+ display: block;
border-bottom: none;
}