From: Michael R Sweet Date: Tue, 1 Apr 2025 23:29:50 +0000 (-0400) Subject: Fix heading spacing on the home page. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8dd91e8409a0851b6233e370e6652f943e534546;p=thirdparty%2Fcups.git Fix heading spacing on the home page. --- diff --git a/doc/cups.css b/doc/cups.css index b29e547717..f13e8cb2c4 100644 --- a/doc/cups.css +++ b/doc/cups.css @@ -55,7 +55,7 @@ margin-top: 65px; padding: 20px; } -.row .cups-body { +.cups-body .row { padding: 0; } @@ -106,7 +106,7 @@ margin-left: 0; } -.row .thirds h1, .row .halves h1 { +.row .thirds h1, .row .halves h1, .row h1 { margin-top: 0; }