HeaderService logo visible

This commit is contained in:
2023-08-31 19:52:49 -04:00
parent a6a2f3e535
commit ad088caade
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -907,6 +907,20 @@ p {
.appie-header-area.appie-header-page-area.appie-sticky.sticky {
background: #4687ba;
}
.wrench-logo-box {
box-sizing: border-box;
-webkit-box-sizing: border-box;
scroll-behavior: smooth;
}
.wrench-logo-box img {
max-width: 100%; /* Ensure the image doesn't overflow its container */
filter: brightness(1.2); /* Adjust image brightness (experiment with values) */
opacity: 2.4; /* Adjust image opacity (experiment with values) */
}
.appie-header-area.appie-header-7-area.appie-sticky.sticky {
background: #290645;
}
+1 -1
View File
@@ -12,7 +12,7 @@ function HeaderService({ action }) {
<div className="header-nav-box header-nav-box-3 header-nav-box-inner-page">
<div className="row align-items-center">
<div className="col-lg-2 col-md-4 col-sm-5 col-6 order-1 order-sm-1">
<div className="appie-logo-box">
<div className="wrench-logo-box">
<a href="/">
<img src={logo} alt="" />
</a>