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>
style.css
CHANGED
|
@@ -132,7 +132,7 @@ footer p {
|
|
| 132 |
}
|
| 133 |
|
| 134 |
.footer-badge {
|
| 135 |
-
max-width:
|
| 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;
|