Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down
Loading