Skip to content

fix: restore footer line spacing above social icons#26

Merged
jonathanperis merged 1 commit intomainfrom
fix/footer-line-spacing
Apr 4, 2026
Merged

fix: restore footer line spacing above social icons#26
jonathanperis merged 1 commit intomainfrom
fix/footer-line-spacing

Conversation

@jonathanperis
Copy link
Copy Markdown
Owner

Summary

  • .footer-line had an explicit margin-bottom: 0 that overrode Tailwind's mb-8 utility due to CSS layer specificity (unlayered styles beat @layer utilities)
  • Replaced with margin-bottom: 2rem directly in the CSS rule so spacing is reliably applied

Test plan

  • Footer gradient line appears as a separator above the social icons with proper spacing
  • No visual regression on the rest of the page

🤖 Generated with Claude Code

The .footer-line rule had margin-bottom: 0 which was overriding the
Tailwind mb-8 utility due to CSS layer specificity. Replaced with an
explicit margin-bottom: 2rem directly in the CSS rule.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jonathanperis jonathanperis merged commit 3a70de6 into main Apr 4, 2026
3 checks passed
@jonathanperis jonathanperis deleted the fix/footer-line-spacing branch April 4, 2026 04:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant