puffin-app/.claude/settings.local.json
Matt 6b12e2ae2a
All checks were successful
Build and Push Docker Images / docker (push) Successful in 2m12s
Fix header spacing and homepage centering issues
- Changed layout padding from Tailwind pt-48 to inline style paddingTop: 110px for reliable CSS specificity
- Added negative margin to homepage hero section to maintain vertical centering
- Updated client components (About, Contact, HowItWorks) from py-12 to pb-12 for proper spacing
- All pages now have proper header clearance without content cutoff

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 19:13:15 +01:00

13 lines
239 B
JSON

{
"permissions": {
"allow": [
"Bash(timeout:*)",
"Bash(timeout /t 2)",
"Bash(if exist .nextdevlock del /F .nextdevlock)",
"Bash(if exist .nextdev rd /S /Q .nextdev)"
],
"deny": [],
"ask": []
}
}