File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
assets-src/styles/sass/60-advanced-components
public/dist/assets/styles Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 328
328
text-decoration : none ;
329
329
330
330
@include mq ($max-width ) {
331
- align-items : center ;
331
+ align-items : flex-start ;
332
332
display : inline-flex ;
333
333
padding-inline : rem (2 );
334
334
width : auto ;
340
340
border-style : solid ;
341
341
border-width : 0 rem (4 ) rem (4 ) 0 ;
342
342
content : ' ' ;
343
- inline-size : rem (16 );
344
343
flex : 0 0 auto ;
344
+ inline-size : rem (16 );
345
+ margin-block-start : rem (6 );
345
346
margin-inline-end : rem (16 );
346
347
transform : rotate (-45deg );
347
348
}
Original file line number Diff line number Diff line change 634
634
}
635
635
@media screen and (min-width : 70em ) {
636
636
.global-nav__inner .nav__submenu li a {
637
- align-items : center ;
637
+ align-items : flex-start ;
638
638
display : inline-flex;
639
639
padding-inline : 0.125rem ;
640
640
width : auto;
645
645
border-style : solid;
646
646
border-width : 0 0.25rem 0.25rem 0 ;
647
647
content : "" ;
648
- inline-size : 1rem ;
649
648
flex : 0 0 auto;
649
+ inline-size : 1rem ;
650
+ margin-block-start : 0.375rem ;
650
651
margin-inline-end : 1rem ;
651
652
transform : rotate (-45deg );
652
653
}
You can’t perform that action at this time.
0 commit comments