Fixed mobile when title length is too large.

This commit is contained in:
Tom Butcher 2025-12-10 23:46:17 +00:00
parent cde26b1ca5
commit 951c899628

View File

@ -2503,6 +2503,7 @@
font-weight: 700; font-weight: 700;
margin: 0; margin: 0;
transition: font-size 0.3s ease; transition: font-size 0.3s ease;
margin-right: 5px;
} }
.tb-scroll-top .tb-project-title { .tb-scroll-top .tb-project-title {
@ -2541,6 +2542,11 @@
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
gap: 10px;
}
.tb-project-header-title {
flex-wrap: wrap;
} }
.tb-experience-logo { .tb-experience-logo {