File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
dotcom-rendering/src/components Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 99 textSans20 ,
1010 textSansBold17 ,
1111 textSansBold20 ,
12- until ,
1312} from '@guardian/source/foundations' ;
1413import type { ArticleFormat } from '../lib/articleFormat' ;
1514import { palette } from '../palette' ;
@@ -73,17 +72,17 @@ const productInfoContainer = css`
7372 dis play: flex;
7473 flex- direction: column;
7574 gap: ${ space [ 1 ] } px;
76- ${ textSans20 } ;
75+ ${ textSans17 } ;
7776
78- ${ until . mobileLandscape } {
79- ${ textSans17 } ;
77+ ${ from . mobileLandscape } {
78+ ${ textSans20 } ;
8079 }
8180` ;
8281
8382const primaryHeading = css `
84- ${ headlineMedium24 } ;
85- ${ until . mobileLandscape } {
86- ${ headlineMedium20 } ;
83+ ${ headlineMedium20 } ;
84+ ${ from . mobileLandscape } {
85+ ${ headlineMedium24 } ;
8786 }
8887` ;
8988
You can’t perform that action at this time.
0 commit comments