File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ export const CardHeadline = ({
227
227
css = { css `
228
228
color : ${ headlineColour } ;
229
229
` }
230
- className = "show-underline"
230
+ className = "show-underline headline-text "
231
231
>
232
232
{ headlineText }
233
233
{ isExternalLink && (
Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ const content = css`
100
100
${ from . tablet } {
101
101
padding-bottom : 10px ;
102
102
}
103
+
104
+ /* We're deliberately using a font-size that is not in Source at a particular breakpoint */
105
+ ${ between . mobileMedium . and . mobileLandscape } {
106
+ .headline-text {
107
+ font-size : 1rem ;
108
+ }
109
+ }
103
110
` ;
104
111
105
112
const starWrapper = css `
@@ -144,7 +151,7 @@ export const HighlightsCard = ({
144
151
desktop : 'xxsmall' ,
145
152
tablet : 'xxsmall' ,
146
153
mobileMedium : 'xxsmall' ,
147
- mobile : 'tiny ' ,
154
+ mobile : 'xxxsmall ' ,
148
155
} }
149
156
showPulsingDot = {
150
157
format . design === ArticleDesign . LiveBlog
You can’t perform that action at this time.
0 commit comments