git: 4400e3e178 - main - website: Apply max-width to content/en/layout/css/layout.css as well
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 01 Jul 2024 18:36:57 UTC
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/doc/commit/?id=4400e3e178b283f5dc7eb3367e67b3da86793972 commit 4400e3e178b283f5dc7eb3367e67b3da86793972 Author: Janek Szynal <mail@janek.ooo> AuthorDate: 2024-06-28 18:16:50 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-07-01 18:36:14 +0000 website: Apply max-width to content/en/layout/css/layout.css as well The committer missed one part of the submitted patch when committing. Fixes: 1a9d34a6e1 website: Add max-width to the main container Reviewed by: 0mp Differential Revision: https://reviews.freebsd.org/D45801 --- website/content/en/layout/css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/en/layout/css/layout.css b/website/content/en/layout/css/layout.css index a65c65b488..f5f1bceae0 100644 --- a/website/content/en/layout/css/layout.css +++ b/website/content/en/layout/css/layout.css @@ -15,6 +15,7 @@ #container { margin: 0em auto; width: 90%; + max-width: 1600px; padding: 0; padding-top: 0px; padding-bottom: 15px;