From 2557fcfa93ffd5fb6a1e98503250aaef58efbff9 Mon Sep 17 00:00:00 2001 From: Alaguraj0361 Date: Tue, 23 Sep 2025 19:55:09 +0530 Subject: [PATCH] menu issues fixed --- public/assets/css/style.css | 80 +++++++++++++++++++++++-------------- 1 file changed, 51 insertions(+), 29 deletions(-) diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 4b1b8fe..1296e7a 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -1253,25 +1253,25 @@ } - -@media screen and (max-width:768px) { - + + @media screen and (max-width:768px) { + .header-top .top-inner .info-list li a { - display: inline-block; - color: #bc0000 !important; - font-size: 15px; - text-decoration: none; + display: inline-block; + color: #bc0000 !important; + font-size: 15px; + 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) { .header-top { @@ -1285,12 +1285,12 @@ gap: 8px; } - .header-top .top-inner .info-list li a { - display: inline-block; - color: #fff !important; - font-size: 15px; - text-decoration: none; - } + .header-top .top-inner .info-list li a { + display: inline-block; + color: #fff !important; + font-size: 15px; + text-decoration: none; + } .header-top .top-inner .info-list { justify-content: center; @@ -1321,16 +1321,16 @@ @media screen and (max-width: 992px) { .header-top .top-inner .info-list li a { - display: inline-block; - color: #bc0000 !important; - font-size: 15px; - text-decoration: none; - } + display: inline-block; + color: #bc0000 !important; + font-size: 15px; + text-decoration: none; + } .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%); + } + } @media only screen and (max-width: 500px) { @@ -3718,4 +3718,26 @@ 100% { 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; + } } \ No newline at end of file