Skip to content

Commit 4ecf886

Browse files
eferroclaude
andcommitted
Add bottom margin to cards for better spacing
- Add 16px margin-bottom to .card class - Improves visual spacing between cards in the layout 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7ec3f72 commit 4ecf886

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ body {
7474
position: relative;
7575
box-shadow: 0 8px 20px var(--shadow);
7676
transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
77+
margin-bottom: 16px;
7778
}
7879

7980
.card a {

0 commit comments

Comments
 (0)