danielrosehill Claude commited on
Commit
58f18fc
·
1 Parent(s): bb42474

Increase footer badge size to 480px

Browse files

- Updated max-width from 120px to 480px (4x larger)
- Badge now more prominent and visible in footer

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

Co-Authored-By: Claude <noreply@anthropic.com>

Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -132,7 +132,7 @@ footer p {
132
  }
133
 
134
  .footer-badge {
135
- max-width: 120px;
136
  height: auto;
137
  display: block;
138
  margin: 0 auto;
 
132
  }
133
 
134
  .footer-badge {
135
+ max-width: 480px;
136
  height: auto;
137
  display: block;
138
  margin: 0 auto;