We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4888ff commit 2c62661Copy full SHA for 2c62661
css/style.css
@@ -586,6 +586,12 @@ a {
586
margin-top: 0px;
587
}
588
589
+@media all and (min-width: 992px) {
590
+ .header__supply ul {
591
+ font-size: 14px;
592
+ margin-top: 0px;
593
+ }
594
+}
595
.header__supply li {
596
display: flex;
597
flex-direction: row;
@@ -604,6 +610,11 @@ a {
604
610
font-size: 16px;
605
611
606
612
613
614
+ .header__supply h4 {
615
+ font-size: 16px;
616
617
607
618
.header__logo1 {
608
619
height: 20px;
609
620
0 commit comments