Tweak: increase minimum screen width before inserting padding (#11926)

This commit is contained in:
Jan Kleine
2026-01-28 16:57:47 +01:00
committed by GitHub
parent 09d39de200
commit 3e645bd9e2

View File

@@ -248,7 +248,7 @@ main {
}
}
@media screen and (min-width: 366px) and (max-width: 768px) {
@media screen and (min-width: 376px) and (max-width: 768px) {
.navbar-toggler {
// compensate for 2 buttons on the right
margin-right: 45px;