From 4d500cb42bc2b2458f8c099d7c0b0a69024f0b5e Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 8 Feb 2026 13:45:56 -0500 Subject: [PATCH] Revert streamlined footer, restore CTAs and original sizing Bring back CTA buttons and original font sizes/spacing. Make footer full width to match the nav bar. --- make_post_sell/static/css/common.css | 59 ++++++++++++++------- make_post_sell/templates/snippets/footer.j2 | 5 ++ 2 files changed, 44 insertions(+), 20 deletions(-) diff --git a/make_post_sell/static/css/common.css b/make_post_sell/static/css/common.css index 9c57cd7..27c88b6 100644 --- a/make_post_sell/static/css/common.css +++ b/make_post_sell/static/css/common.css @@ -2908,27 +2908,27 @@ textarea { /* Footer */ .mps-footer { background-color: var(--bg-secondary, #f8f9fa); - border-top: 1px solid var(--border-color, #dee2e6); + border-top: 2px solid var(--border-color, #dee2e6); margin-top: 40px; - padding: 32px 20px 20px; + padding: 40px 40px 24px; } .mps-footer-grid { - max-width: 800px; - margin: 0 auto 20px; + max-width: 100%; + margin: 0 auto 32px; display: grid; grid-template-columns: 1fr; - gap: 24px; + gap: 28px; } .mps-footer-brand { display: grid; - gap: 6px; + gap: 8px; } .mps-footer-logo { - font-size: 1.2em; - font-weight: 600; + font-size: 1.4em; + font-weight: 550; color: var(--text-primary, #333); text-decoration: none; } @@ -2939,32 +2939,33 @@ textarea { .mps-footer-tagline { color: var(--text-muted, #777); - font-size: 13px; + font-size: 14px; max-width: 320px; - line-height: 1.4; + line-height: 1.5; } .mps-footer-group { display: grid; - gap: 8px; + gap: 10px; } .mps-footer-group-title { - font-size: 11px; + font-size: 13px; font-weight: 600; - color: var(--text-secondary, #6c757d); + color: var(--text-primary, #333); text-transform: uppercase; - letter-spacing: 0.06em; + letter-spacing: 0.05em; } .mps-footer-links { display: grid; - gap: 6px; + gap: 8px; } .mps-footer-links a { color: var(--text-muted, #777); - font-size: 13px; + font-size: 14px; + font-weight: 400; text-decoration: none; } @@ -2972,19 +2973,37 @@ textarea { color: var(--green-color, #a3c765); } +.mps-footer-ctas { + max-width: 100%; + margin: 0 auto 24px; + display: grid; + grid-template-columns: auto auto; + justify-content: start; + gap: 12px; + padding: 20px 0; + border-top: 1px solid var(--border-color, #dee2e6); + border-bottom: 1px solid var(--border-color, #dee2e6); +} + +.mps-footer-ctas a.mps-button { + min-width: 160px; + font-size: 14px; + padding-top: 10px; + padding-bottom: 10px; +} + .mps-footer-bottom { text-align: center; color: var(--text-muted, #999); - font-size: 11px; - max-width: 800px; + font-size: 12px; + max-width: 100%; margin: 0 auto; - padding-top: 16px; - border-top: 1px solid var(--border-color, #dee2e6); } .mps-footer-bottom a { color: var(--text-muted, #999); text-decoration: underline; + font-weight: 400; } .mps-footer-bottom a:hover { diff --git a/make_post_sell/templates/snippets/footer.j2 b/make_post_sell/templates/snippets/footer.j2 index 5a32ebe..3a86497 100644 --- a/make_post_sell/templates/snippets/footer.j2 +++ b/make_post_sell/templates/snippets/footer.j2 @@ -38,6 +38,11 @@ + +