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:
Paul Bakaus
2026-01-08 08:54:24 -08:00
co-authored by Claude Opus 4.5
parent 4b875f4998
commit 71d34aa31e
+1 -1
View File
@@ -1392,7 +1392,7 @@ code {
}
.download-card .btn {
margin-top: auto;
margin-top: var(--spacing-xs);
}
.download-card-details {