From 951c89962804709beb27f03c3e781e06e6dbfc29 Mon Sep 17 00:00:00 2001 From: Tom Butcher Date: Wed, 10 Dec 2025 23:46:17 +0000 Subject: [PATCH] Fixed mobile when title length is too large. --- src/styles/components.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/components.css b/src/styles/components.css index a350ff4..6f0e457 100644 --- a/src/styles/components.css +++ b/src/styles/components.css @@ -2503,6 +2503,7 @@ font-weight: 700; margin: 0; transition: font-size 0.3s ease; + margin-right: 5px; } .tb-scroll-top .tb-project-title { @@ -2541,6 +2542,11 @@ width: 100%; justify-content: space-between; align-items: center; + gap: 10px; +} + +.tb-project-header-title { + flex-wrap: wrap; } .tb-experience-logo {