diff --git a/tailwind.css b/tailwind.css index 0892846..5fd24fa 100644 --- a/tailwind.css +++ b/tailwind.css @@ -555,14 +555,16 @@ /* The homepage keeps its own hand-built .landing-footer. */ /* ------------------------------------------------------------------ */ #footer.advanced-footer { - border-top: none; + border-top: none !important; } #footer.advanced-footer > div { max-width: 1728px !important; } @media (min-width: 1024px) { #footer.advanced-footer > div { - padding: 48px 96px 64px !important; + /* Generous clearance between the page's last content (pagination) + and the footer row, per the design's section rhythm. */ + padding: 96px 96px 48px !important; } } /* Replace the footer logo with the trademark line from the design. */