diff --git a/packages/ui-react/src/components/Shelf/Shelf.module.scss b/packages/ui-react/src/components/Shelf/Shelf.module.scss index 6a1dd85e4..a4f00ac9c 100644 --- a/packages/ui-react/src/components/Shelf/Shelf.module.scss +++ b/packages/ui-react/src/components/Shelf/Shelf.module.scss @@ -32,6 +32,10 @@ font-size: 24px; white-space: nowrap; text-overflow: ellipsis; + + @include responsive.mobile-only() { + font-size: 20px; + } } .slider {