Adjust work header accent

This commit is contained in:
2026-03-22 18:05:39 +01:00
parent 6865b752e3
commit 4eb14e74a4
3 changed files with 30 additions and 4 deletions

View File

@@ -293,9 +293,10 @@ button {
}
.section-head__accent--work {
top: calc(100% - 0.15rem);
left: 78%;
transform: translateX(-50%);
top: -2.8rem;
left: -4.2rem;
width: clamp(88px, 10vw, 128px);
transform: none;
}
.process__grid,
@@ -718,6 +719,12 @@ button {
width: 64px;
}
.section-head__accent--work {
top: -2.4rem;
left: -0.35rem;
width: 84px;
}
.section-title,
.about__content .section-head .section-title {
text-align: left;