Skip to content

Commit

Permalink
fix: Bento component on a RichText component
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jul 26, 2024
1 parent 3155a56 commit eba7a63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/assets/css/components/bento.css
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,15 @@

.Bento-card-carousel .Bento-card-carousel-page-image {
width: 100%;
margin: 0;
}

.Bento-card-carousel-page {
display: flex;
flex-direction: column;
gap: 10px;
justify-content: space-between;
padding: 34px 40px 0 40px;
padding: 14px 40px 0 40px;
flex: 1;
}

Expand Down

0 comments on commit eba7a63

Please sign in to comment.