Skip to content

Commit

Permalink
Update to bootstrap 5: adapt shortcode 'cardpane'
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jan 25, 2023
1 parent 92938db commit 8e0ea18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/scss/shortcodes/cards-pane.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.td-card-deck.card-deck {
.td-card-group.card-group {
@extend .td-max-width-on-larger-screens;
}

Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/cardpane.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="td-card-deck card-deck mb-4">
<div class="td-card-group card-group mb-4">
{{- .Inner -}}
</div>

0 comments on commit 8e0ea18

Please sign in to comment.