fix: add spacing below FOSSUnited logo on about page#16
Conversation
Adds margin-bottom: 16px and display: block to .about-supported img for better visual breathing room below the logo. Co-authored-by: Vishal Arya <fossdot@users.noreply.github.com>
✅ Deploy Preview for chic-puffpuff-6c1625 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
Claude finished @fossdot's task in 3m 16s —— View job Fix pushedRoot cause: The Fix: Added
|
The <a> wrapping the FOSSUnited logo was inline by default. A display:block img inside an inline anchor causes margin-bottom and auto-margin centering to behave unpredictably. Making the anchor display:block fixes this. Co-authored-by: Vishal Arya <fossdot@users.noreply.github.com>
Adds 16px of margin below the FOSSUnited logo in the "Supported by" section of the About page for better visual breathing room.
Closes #15
Generated with Claude Code