menu issues fixed
This commit is contained in:
parent
351ece5beb
commit
2557fcfa93
@ -1255,23 +1255,23 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width:768px) {
|
@media screen and (max-width:768px) {
|
||||||
|
|
||||||
.header-top .top-inner .info-list li a {
|
.header-top .top-inner .info-list li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #bc0000 !important;
|
color: #bc0000 !important;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.contact-icon {
|
||||||
|
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7476%) hue-rotate(356deg) brightness(94%) contrast(108%);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.contact-icon {
|
|
||||||
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7476%) hue-rotate(356deg) brightness(94%) contrast(108%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1024px) {
|
@media only screen and (max-width: 1024px) {
|
||||||
.header-top {
|
.header-top {
|
||||||
@ -1285,12 +1285,12 @@
|
|||||||
gap: 8px;
|
gap: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-top .top-inner .info-list li a {
|
.header-top .top-inner .info-list li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-top .top-inner .info-list {
|
.header-top .top-inner .info-list {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -1321,15 +1321,15 @@
|
|||||||
@media screen and (max-width: 992px) {
|
@media screen and (max-width: 992px) {
|
||||||
|
|
||||||
.header-top .top-inner .info-list li a {
|
.header-top .top-inner .info-list li a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #bc0000 !important;
|
color: #bc0000 !important;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.contact-icon {
|
.contact-icon {
|
||||||
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7476%) hue-rotate(356deg) brightness(94%) contrast(108%);
|
filter: brightness(0) saturate(100%) invert(14%) sepia(94%) saturate(7476%) hue-rotate(356deg) brightness(94%) contrast(108%);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -3719,3 +3719,25 @@
|
|||||||
transform: rotate(360deg);
|
transform: rotate(360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media(max-width:1300px) {
|
||||||
|
.main-menu .navigation>li {
|
||||||
|
margin: 0px 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.header-top .top-inner .social-links li a {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-width:1050px) {
|
||||||
|
.main-menu .navigation>li {
|
||||||
|
margin: 0px 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media(max-width:1000px) {
|
||||||
|
.main-menu .navigation>li {
|
||||||
|
margin: 0px 10px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user