Fix impeccable-button spacing (remove duplicate margin-top)

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2025-12-16 18:22:18 -08:00
co-authored by Claude Opus 4.5
parent 3e7e5b30ff
commit 649d544484
-1
View File
@@ -637,7 +637,6 @@ code {
letter-spacing: 0.03em;
cursor: pointer;
transition: all var(--duration-base) var(--ease-out);
margin-top: auto;
align-self: flex-start;
}