Skip to content

Commit 695f3f2

Browse files
Update StandardLayoutArticleGrid.tsx
1 parent f6c5b31 commit 695f3f2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dotcom-rendering/src/layouts/StandardLayoutArticleGrid.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,8 @@ export const StandardLayoutArticleGrid = ({
293293
css`
294294
${until.desktop} {
295295
position: relative;
296+
width: 100%;
297+
min-width: 0;
296298
min-height: 469px;
297299
${mainMediaAspectRatio != null &&
298300
`aspect-ratio: ${mainMediaAspectRatio.replace(':', ' / ')};`}

0 commit comments

Comments
 (0)