mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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:
committed by
Julien Olivain
parent
b4889d8b1c
commit
e656b8b639
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user