typo
This commit is contained in:
@@ -1688,7 +1688,7 @@ header.main-header .header-sticky.active{
|
|||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-size: 100px;
|
font-size: clamp(40px, 8vw, 100px);
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
@@ -1699,6 +1699,13 @@ header.main-header .header-sticky.active{
|
|||||||
opacity: 50%;
|
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{
|
.service-ticker .scrolling-content span img{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 45px;
|
max-width: 45px;
|
||||||
|
|||||||
Reference in New Issue
Block a user