Commit d4888ff DanDWD
committed
1 parent 228c04e commit d4888ff Copy full SHA for d4888ff
File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 20
20
font-size : 14px ;
21
21
margin-top : 0px ;
22
22
}
23
+ @include desktop {
24
+ font-size : 14px ;
25
+ margin-top : 0px ;
26
+ }
23
27
}
24
28
& __supply li {
25
29
display : flex ;
36
40
@include tablette {
37
41
font-size : 16px ;
38
42
}
43
+ @include desktop {
44
+ font-size : 16px ;
45
+ }
39
46
}
40
47
& __logo1 {
41
48
height : 20px ;
Original file line number Diff line number Diff line change 586
586
margin-top : 0px ;
587
587
}
588
588
}
589
+ @media all and (min-width : 992px ) {
590
+ .header__supply ul {
591
+ font-size : 14px ;
592
+ margin-top : 0px ;
593
+ }
594
+ }
589
595
.header__supply li {
590
596
display : flex;
591
597
flex-direction : row;
604
610
font-size : 16px ;
605
611
}
606
612
}
613
+ @media all and (min-width : 992px ) {
614
+ .header__supply h4 {
615
+ font-size : 16px ;
616
+ }
617
+ }
607
618
.header__logo1 {
608
619
height : 20px ;
609
620
}
You can’t perform that action at this time.
0 commit comments