diff --git a/index.html b/index.html index caa6759..d8fb4d6 100644 --- a/index.html +++ b/index.html @@ -158,13 +158,15 @@
-

So arbeite ich

- +
+

So arbeite ich

+ +
diff --git a/styles.css b/styles.css index 18af995..cc8acfc 100644 --- a/styles.css +++ b/styles.css @@ -249,6 +249,12 @@ button { margin-bottom: var(--section-head-box-gap); } +.section-title-lockup { + position: relative; + display: inline-block; + width: fit-content; +} + .section-title { font-size: clamp(2.6rem, 4.4vw, 4.3rem); max-width: 10.5ch; @@ -269,6 +275,11 @@ button { white-space: nowrap; } +.section-title-lockup--work .section-title--work { + position: relative; + z-index: 1; +} + .section-head--process { position: relative; } @@ -713,6 +724,11 @@ button { justify-content: center; } + .section-title-lockup--work { + display: block; + width: fit-content; + } + .section-head__accent--process { right: -0.25rem; top: -3.4rem;