Skip to content

Commit 41d4225

Browse files
committed
Tablet podcast image should be 120px
1 parent 0c7d621 commit 41d4225

File tree

1 file changed

+4
-0
lines changed
  • dotcom-rendering/src/components/Card

1 file changed

+4
-0
lines changed

dotcom-rendering/src/components/Card/Card.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,10 @@ const podcastImageStyles = (
247247
width: 98px;
248248
height: 98px;
249249
${from.tablet} {
250+
width: 120px;
251+
height: 120px;
252+
}
253+
${from.desktop} {
250254
width: ${isHorizontalOnDesktop ? 'unset' : '120px'};
251255
height: ${isHorizontalOnDesktop ? 'unset' : '120px'};
252256
}

0 commit comments

Comments
 (0)