diff --git a/src/components/Navbar.css b/src/components/Navbar.css index ec2ff01..043f31d 100644 --- a/src/components/Navbar.css +++ b/src/components/Navbar.css @@ -54,12 +54,15 @@ .navbar-center h1 { color: var(--color-text-nav); font-family: var(--font-heading); - font-size: 20px; + font-size: clamp(11px, 3.2vw, 20px); font-weight: 400; letter-spacing: 0.12em; text-transform: uppercase; margin: 0; white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + max-width: calc(100vw - 160px); pointer-events: auto; }