Skip to content

Commit 2c62661

Browse files
author
DanDWD
committed
css regen
1 parent d4888ff commit 2c62661

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

css/style.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)