This commit is contained in:
2026-03-17 13:38:44 -05:00
parent fb7ede6f9c
commit edece9106f

View File

@@ -1688,7 +1688,7 @@ header.main-header .header-sticky.active{
display: inline-flex;
align-items: center;
text-transform: uppercase;
font-size: 100px;
font-size: clamp(40px, 8vw, 100px);
line-height: 1em;
font-weight: 700;
color: transparent;
@@ -1699,6 +1699,13 @@ header.main-header .header-sticky.active{
opacity: 50%;
}
/* Mobile optimization */
@media (max-width: 768px) {
.service-ticker .scrolling-content span {
font-size: clamp(30px, 10vw, 60px);
}
}
.service-ticker .scrolling-content span img{
width: 100%;
max-width: 45px;