We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4646f30 commit ed09b1dCopy full SHA for ed09b1d
dotcom-rendering/src/components/FlexibleGeneral.tsx
@@ -263,8 +263,9 @@ export const SplashCardLayout = ({
263
);
264
}
265
266
- // We sometimes want to give the headline size on desktop a size bump.
267
const useLargerHeadlineSizeDesktop =
+ // When there's no image, we want the text to take up more space. The exception is Opinion
268
+ // cards, as avatars are more common and command less visual weight that a standard image.
269
(!card.image && card.format.design !== ArticleDesign.Comment) ||
270
card.showLivePlayable;
271
0 commit comments