Commit 3a70de6
fix: restore footer line spacing above social icons
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>1 parent f30a99d commit 3a70de6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
329 | | - | |
330 | 329 | | |
| 330 | + | |
331 | 331 | | |
0 commit comments