web/PageNav: reduce the page width in wide mode

This commit is contained in:
wukko 2024-09-22 20:55:53 +06:00
parent 7160be65bd
commit 44f470f192
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -138,7 +138,7 @@
} }
.subnav-page-content.wide { .subnav-page-content.wide {
max-width: 800px; max-width: 700px;
} }
.subnav-page-content.padding { .subnav-page-content.padding {