From: Thomas Perale via buildroot <buildroot@buildroot.org>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 4/6] website/lts: fix section on small screens
Date: Thu, 19 Mar 2026 16:02:44 +0100 [thread overview]
Message-ID: <20260319150246.10937-4-thomas.perale@mind.be> (raw)
In-Reply-To: <20260319150246.10937-1-thomas.perale@mind.be>
Make the section header take the whole screen size for device with a
small screen (mobile phones).
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
---
docs/website/css/lts.css | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/website/css/lts.css b/docs/website/css/lts.css
index 5f05288188..c1e9b198a8 100644
--- a/docs/website/css/lts.css
+++ b/docs/website/css/lts.css
@@ -145,6 +145,12 @@
scroll-margin-top: 20px; /* Offset for jump to anchor */
}
+@media screen and (max-width: 768px) {
+ .br-lts-section-header {
+ width: 100%;
+ }
+}
+
.br-lts-section-header:hover {
border: 2px solid var(--br-blue);
box-shadow: 6px 6px 0 var(--br-blue);
--
2.53.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2026-03-19 15:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-19 15:02 [Buildroot] [PATCH 1/6] website/sponsors.html: remove sense Thomas Perale via buildroot
2026-03-19 15:02 ` [Buildroot] [PATCH 2/6] website/sponsors.html: add IPComm as a silver sponsor Thomas Perale via buildroot
2026-03-19 15:02 ` [Buildroot] [PATCH 3/6] website/lts: remove the href on section Thomas Perale via buildroot
2026-03-19 15:02 ` Thomas Perale via buildroot [this message]
2026-03-19 15:02 ` [Buildroot] [PATCH 5/6] website/lts: add pre-filled content to mailto Thomas Perale via buildroot
2026-03-19 15:02 ` [Buildroot] [PATCH 6/6] website/lts: fix typos Thomas Perale via buildroot
2026-03-24 21:27 ` [Buildroot] [PATCH 1/6] website/sponsors.html: remove sense Julien Olivain via buildroot
2026-03-25 10:19 ` Thomas Perale via buildroot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260319150246.10937-4-thomas.perale@mind.be \
--to=buildroot@buildroot.org \
--cc=thomas.perale@mind.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox