File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
packages/site-kit/src/lib/components Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 7575 h 2,
7676 h 3 {
7777 max-width : 100% ;
78- padding : 0 1 em 0 0 ;
78+ padding : 0 2.4 rem 0 0 ;
7979
8080 @media (min-width : 768px ) {
81- margin : 0 0 0 -2 em ;
82- padding : 0 1 em 0 2 em ;
81+ margin : 0 0 0 -4.8 rem ;
82+ padding : 0 2.4 rem 0 4.8 rem ;
8383 }
8484
8585 /* we can't use `text-overflow` on the heading itself,
336336 position : absolute !important ;
337337 display : block ;
338338 background : url (../icons/hash-light.svg ) 50% 50% no-repeat ;
339- background-size : 1 em 1 em ;
340- width : 1.2 em ;
341- height : 0.8 em ;
342- top : 0.2 em ;
339+ background-size : 2.4 rem 2.4 rem ;
340+ width : 2.6 rem ;
341+ height : 2.2 rem ;
342+ top : calc ( 50 % - 1 rem ) ;
343343
344344 @media (max-width : 767px ) {
345345 right : 0 ;
351351 }
352352
353353 @media (min-width : 768px ) {
354- left: 0.7em ;
354+ left: 1.6rem ;
355355 opacity: 0;
356356 transition: opacity 0.2s;
357357
You can’t perform that action at this time.
0 commit comments