This commit is contained in:
2026-03-17 13:33:22 -05:00
parent ee98b76896
commit 5462e41264

View File

@@ -2628,8 +2628,8 @@ header.main-header .header-sticky.active{
background: url('../images/page-header-bg.jpg') no-repeat;
background-position: center center;
background-size: cover;
padding: 190px 0 100px;
margin-top: -118px;
padding: clamp(120px, 15vh, 150px) 0 clamp(60px, 10vh, 80px);
margin-top: -50px;
}
.page-header::before{