Skip to content

Commit d4888ff

Browse files
author
DanDWD
committed
supply font
1 parent 228c04e commit d4888ff

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

sass/layouts/_header.scss

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
font-size: 14px;
2121
margin-top: 0px;
2222
}
23+
@include desktop {
24+
font-size: 14px;
25+
margin-top: 0px;
26+
}
2327
}
2428
&__supply li {
2529
display: flex;
@@ -36,6 +40,9 @@
3640
@include tablette {
3741
font-size: 16px;
3842
}
43+
@include desktop {
44+
font-size: 16px;
45+
}
3946
}
4047
&__logo1 {
4148
height: 20px;

sass/main.css

+11
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,12 @@ a {
586586
margin-top: 0px;
587587
}
588588
}
589+
@media all and (min-width: 992px) {
590+
.header__supply ul {
591+
font-size: 14px;
592+
margin-top: 0px;
593+
}
594+
}
589595
.header__supply li {
590596
display: flex;
591597
flex-direction: row;
@@ -604,6 +610,11 @@ a {
604610
font-size: 16px;
605611
}
606612
}
613+
@media all and (min-width: 992px) {
614+
.header__supply h4 {
615+
font-size: 16px;
616+
}
617+
}
607618
.header__logo1 {
608619
height: 20px;
609620
}

0 commit comments

Comments
 (0)