Move focus accent
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user