Skip to content

Commit

Permalink
Remove margin on the last p inside cards, not the only p
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Jan 23, 2022
1 parent 1e5957b commit 04817f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/styles/overrides/_card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
box-shadow: $box-shadow-sm;
background-color: var(--raised-bg);

p:only-child {
p:last-child {
margin-bottom: 0;
}
}
Expand Down

0 comments on commit 04817f6

Please sign in to comment.