Skip to content

Commit

Permalink
fix(home): set carousel title to be balanced
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsandoz committed Oct 22, 2024
1 parent ea43bda commit 043461c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/st-home-carousel-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const imageSrcSet = (assetId: string): string => {
color: var(--st-color-home-carousel-title-foreground);
font-weight: 900;
font-size: 2em;
text-wrap: balance;
/* PostCSS doesn't support adding prefix for line-clamp yet: https://github.com/postcss/autoprefixer/issues/1322 */
/* stylelint-disable-next-line value-no-vendor-prefix */
Expand Down

0 comments on commit 043461c

Please sign in to comment.