Fix: Remove extra 8px margin below Donate button in nav#1432
Fix: Remove extra 8px margin below Donate button in nav#1432SOUMITRO-SAHA wants to merge 2 commits into
Conversation
| .buttonsList { | ||
| margin-bottom: 0; | ||
| } | ||
|
|
There was a problem hiding this comment.
Instead of creating a css class, you should use Tailwind classes in the element.
There was a problem hiding this comment.
I think a simpler solution would be to remove the margin-bottom in /Nav/styles.module.css:
|
@SOUMITRO-SAHA I left a comment for you! Please review. Thanks! |
Addressed the review feedback — thank you @doradocodes! Updated the fix per your suggestion: instead of adding a new CSS module class, I simply removed the
This is the simplest fix — removes the source of the extra 8px entirely. No new classes, no Tailwind overrides, no layout changes elsewhere. I've tested locally and verified the spacing looks correct. Let me know if anything else needs tweaking! |

Closes #1423
Fix
<ul>for targeted styling..buttonsListrule inside.mainlinksthat overridesmargin-bottom: 0, removing only the trailing gap while preserving the spacing between the two lists.