diff --git a/index.html b/index.html index 99fe4e5..f3b7e2a 100644 --- a/index.html +++ b/index.html @@ -123,7 +123,12 @@

Über mich

- +
diff --git a/styles.css b/styles.css index 0d04319..486b0e5 100644 --- a/styles.css +++ b/styles.css @@ -382,6 +382,7 @@ button { display: flex; flex-direction: column; justify-content: center; + padding-left: calc(var(--section-padding-x) + 2.5rem); } .about__content .section-head { @@ -394,6 +395,12 @@ button { max-width: none; } +.section-head__accent--about { + order: -1; + margin-top: 0.4rem; + margin-right: 0.5rem; +} + .about__content .section-head img { width: clamp(88px, 10vw, 120px); } @@ -716,6 +723,10 @@ button { order: -1; } + .about__content { + padding-left: 1.5rem; + } + .about__media img { aspect-ratio: 4 / 5; }