From edece9106fa14999f69aa554f681f86c5a6c0327 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 13:38:44 -0500 Subject: [PATCH] typo --- css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 88c3b64..c509b29 100644 --- a/css/custom.css +++ b/css/custom.css @@ -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;