Move focus accent

This commit is contained in:
2026-03-22 17:44:13 +01:00
parent 020effb0b0
commit 54c4d0f83e
2 changed files with 12 additions and 1 deletions

View File

@@ -85,7 +85,12 @@
<section class="section section--light focus"> <section class="section section--light focus">
<div class="section-head"> <div class="section-head">
<h2 class="section-title">Meine Schwerpunkte</h2> <h2 class="section-title">Meine Schwerpunkte</h2>
<img src="./media/strichlein_rgruen_unter_wort.svg" alt="" aria-hidden="true" /> <img
class="section-head__accent section-head__accent--focus"
src="./media/strichlein_rgruen_unter_wort.svg"
alt=""
aria-hidden="true"
/>
</div> </div>
<div class="focus__grid"> <div class="focus__grid">

View File

@@ -271,6 +271,12 @@ button {
margin-top: 0; margin-top: 0;
} }
.section-head__accent--focus {
position: relative;
top: 2.1rem;
left: 3ch;
}
.section-head img { .section-head img {
width: clamp(70px, 9vw, 120px); width: clamp(70px, 9vw, 120px);
margin-top: -0.3rem; margin-top: -0.3rem;