luci-theme-bootstrap: fix header width

Fixes: 588e24f9ca ("luci-theme-bootstrap: various tweaks and cleanups")
Ref: 588e24f9ca (r58625289)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 8fc78a26da)
This commit is contained in:
Jo-Philipp Wich 2021-10-25 19:39:08 +02:00
parent 92e21ba606
commit 26047fb967

View file

@ -863,7 +863,7 @@ header {
background-repeat: repeat-x;
background-image: linear-gradient(to bottom, #333333, #222222);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
padding: 0 5px;
padding: 0 calc((100% - 940px) / 2 + 5px);
}
.nav {