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 ccdb1b1 commit b51b6b8Copy full SHA for b51b6b8
dotcom-rendering/src/components/Masthead/HighlightsCard.tsx
@@ -101,7 +101,10 @@ const content = css`
101
padding-bottom: 10px;
102
}
103
104
- /* We're deliberately using a font-size that is not in Source at a particular breakpoint */
+ /**
105
+ * We're deliberately using a font-size that is not in Source so that
106
+ * the headline doesn't exceed three lines across all mobile breakpoints
107
+ */
108
${between.mobileMedium.and.mobileLandscape} {
109
.headline-text {
110
font-size: 1rem;
0 commit comments