Fixed mobile when title length is too large.
This commit is contained in:
parent
cde26b1ca5
commit
951c899628
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user