Skip to content

Commit

Permalink
Added adjustment to move negative margin to subtitle only. (#939)
Browse files Browse the repository at this point in the history
  • Loading branch information
bspeare authored Oct 2, 2024
1 parent 2642a3d commit ee05719
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/scss/components/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,13 @@
font-size: 1.3rem;
font-weight: $font-weight-medium;
line-height: 1.4;
margin-top: -0.4rem;
}
// === End: Subtitle === //

// === Details === //
.card__details {
margin: -0.4rem 0 $sm;
margin: 0 0 $sm;
}
// === End: Details === //

Expand Down

0 comments on commit ee05719

Please sign in to comment.