Skip to content

Commit

Permalink
style: remove margin-bottom for last child of hb-module
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jan 9, 2024
1 parent a080637 commit 2f65cc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/hb/modules/theme-cards/scss/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
&:hover {
@extend .shadow-sm;
}

> :last-child {
margin-bottom: 0 !important;
}
}

.hb-footer {
Expand Down

0 comments on commit 2f65cc8

Please sign in to comment.