mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-15 07:36:50 +03:00
Fix download card button alignment
Remove margin-top: auto which caused whitespace on cards without setup instructions. Buttons now flow naturally with consistent spacing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
4b875f4998
commit
71d34aa31e
+1
-1
@@ -1392,7 +1392,7 @@ code {
|
||||
}
|
||||
|
||||
.download-card .btn {
|
||||
margin-top: auto;
|
||||
margin-top: var(--spacing-xs);
|
||||
}
|
||||
|
||||
.download-card-details {
|
||||
|
||||
Reference in New Issue
Block a user