luci-theme-*: layout improvements

follow-up to 1be1deb9ec

bootstrap now utilizes more screen width for main content

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
pull/7747/head
Paul Donald 2025-06-10 14:57:10 +02:00
parent fabaa87666
commit 37262790c1
No known key found for this signature in database
GPG Key ID: 3FC4A933962871D2
1 changed files with 2 additions and 1 deletions

View File

@ -291,7 +291,8 @@ body {
}
.container {
width: 86%;
width: 100%;
max-width: 1180px;
margin-left: auto;
margin-right: auto;
zoom: 1;