logo width changed

This commit is contained in:
Kakabay 2024-07-01 15:04:33 +05:00
parent fb5a8f7798
commit 7835e25b64
1 changed files with 2 additions and 2 deletions

View File

@ -2782,12 +2782,12 @@ p.phone-number {
@media screen and (max-width: 1080px) {
.logo-wrapper-mobile {
// max-width: 70%;
max-width: 50%;
width: 100%;
}
.logo-wrapper-mobile img {
width: inherit;
width: 100%;
}
.nav-top-right {