UX: add max width for c-navbar on mobile to prevent horizontal scroll (#25182)

This commit is contained in:
chapoi 2024-01-09 14:18:05 +02:00 committed by GitHub
parent 2037683f47
commit d4ce503460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
.c-navbar {
&-container {
max-width: 100vw;
padding-inline: 0.25rem;
}
}