Skip to content

Commit

Permalink
Fix curator card alignment (#595)
Browse files Browse the repository at this point in the history
  • Loading branch information
17cupsofcoffee authored Jan 25, 2025
1 parent 7df2373 commit eba921b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/_extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
height: 256px;
}

.ui.cards > .card > .content > .header:not(.ui), .ui.card > .content > .header:not(.ui) {
.ui.cards > .card > .content > .header:not(.ui, .center.aligned), .ui.card > .content > .header:not(.ui, .center.aligned) {
display: inline-block;
margin-bottom: 0;
}
Expand Down

0 comments on commit eba921b

Please sign in to comment.