Merge branch 'master' of http://gitlab.chiefsoft.net/WrenchBoard/WrenchBoardMainSite into Performing-task-Text-and-Image

This commit is contained in:
Ebube
2023-09-01 14:12:07 +01:00
6 changed files with 32 additions and 30 deletions
+14
View File
@@ -917,6 +917,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%; /* Ensures the image doesn't overflow its container */
filter: brightness(1.2); /* Adjust image brightness */
opacity: 2.4; /* Adjust image opacity */
}
.appie-header-area.appie-header-7-area.appie-sticky.sticky {
background: #290645;
}