fix mobile navaber border

This commit is contained in:
2026-06-16 11:53:40 +05:30
parent ddbf352b33
commit 23d9108436
4 changed files with 92 additions and 10 deletions

View File

@@ -800,12 +800,18 @@ export default function Header() {
left: 0 !important;
right: 0 !important;
}
#masthead .elementor-element.elementor-element-e052838 {
margin-left: 0px !important;
margin-right: 0px !important;
border-radius: 16px !important;
}
}
@media (max-width: 480px) {
#masthead .elementor-element.elementor-element-846e53d .hfe-site-logo .hfe-site-logo-container img {
width: 130px !important;
margin-left: 10px !important;
width: 150px !important;
margin-left: 8px !important;
}
}