File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed
apps/fretonator-web/src/app/common/fretonator Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 260
260
261
261
.fretonator__playCta {
262
262
@include font_bodyCopy ();
263
- font-size : pxToRem (14 );
263
+ font-size : pxToRem (12 );
264
264
display : flex ;
265
265
justify-content : center ;
266
266
align-items : center ;
267
267
margin-top : pxToRem ($grid-unit * 4 );
268
268
color : var (--grey );
269
+ line-height : 1 ;
270
+ margin-left : auto ;
271
+ margin-right : auto ;
272
+
273
+ @media screen and (min-width : $screen-sm ) {
274
+ font-size : pxToRem (14 );
275
+ }
269
276
}
270
277
271
278
.fretonator__playCtaIcon {
272
279
display : flex ;
273
- height : pxToRem ($grid-unit * 3 );
274
- width : pxToRem ($grid-unit * 3 );
280
+ height : pxToRem ($grid-unit * 2 );
281
+ width : pxToRem ($grid-unit * 2 );
275
282
margin-right : pxToRem ($grid-unit );
276
283
}
Original file line number Diff line number Diff line change 165
165
166
166
.infoHighlight {
167
167
border-radius : var (--border-radius-chip );
168
- padding : pxToRem ($grid-unit / 4 ) pxToRem ($grid-unit * 2 );
168
+ padding : pxToRem ($grid-unit / 4 ) pxToRem (9 );
169
169
color : var (--black );
170
170
background-color : var (--peach );
171
171
}
You can’t perform that action at this time.
0 commit comments