Skip to content

Commit

Permalink
Remove spacing from top of first action
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Nov 24, 2023
1 parent a583957 commit d1d881f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
font-size: 1rem;
}

.sp-container .card:not(.sp-linked-action) {
.sp-container .card:not(:first-child):not(.sp-linked-action) {
margin-top: 1.6rem;
}

Expand Down

0 comments on commit d1d881f

Please sign in to comment.