website/lts: fix section on small screens

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>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Thomas Perale
2026-03-19 16:02:44 +01:00
committed by Julien Olivain
parent b4889d8b1c
commit e656b8b639

View File

@@ -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);