Skip to content

Commit

Permalink
fix(home): decrease shelf title font size on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Jan 7, 2025
1 parent 6961839 commit 6515470
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/ui-react/src/components/Shelf/Shelf.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
font-size: 24px;
white-space: nowrap;
text-overflow: ellipsis;

@include responsive.mobile-only() {
font-size: 20px;
}
}

.slider {
Expand Down

0 comments on commit 6515470

Please sign in to comment.