Author: Steve Desmond (SteveDesmond-ca) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-10-17T14:07:31+02:00
Commit: https://github.com/php/web-php/commit/b4a8b2640b08700beca25255f5f64151a9ee7878 Raw diff: https://github.com/php/web-php/commit/b4a8b2640b08700beca25255f5f64151a9ee7878.diff Fix content layout on pages without sidebars for 768-979px viewport widths Fixes GH-500. Closes GH-501. Changed paths: M styles/theme-base.css Diff: diff --git a/styles/theme-base.css b/styles/theme-base.css index 74fabcafe..0206a82c7 100644 --- a/styles/theme-base.css +++ b/styles/theme-base.css @@ -1574,7 +1574,7 @@ div.soft-deprecation-notice blockquote.sidebar { width: 30% !important; } - #layout-content { + #layout-content:not(:only-child) { width: 70% !important; } } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php