Bind focus title accent
This commit is contained in:
16
index.html
16
index.html
@@ -84,13 +84,15 @@
|
||||
|
||||
<section class="section section--light focus">
|
||||
<div class="section-head section-head--boxed">
|
||||
<h2 class="section-title">Meine Schwerpunkte</h2>
|
||||
<img
|
||||
class="section-head__accent section-head__accent--focus"
|
||||
src="./media/strichlein_rgruen_unter_wort.svg"
|
||||
alt=""
|
||||
aria-hidden="true"
|
||||
/>
|
||||
<div class="section-title-lockup section-title-lockup--focus">
|
||||
<h2 class="section-title">Meine Schwerpunkte</h2>
|
||||
<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">
|
||||
|
||||
@@ -299,8 +299,8 @@ button {
|
||||
|
||||
.section-head__accent--focus {
|
||||
top: calc(100% - 0.15rem);
|
||||
left: 72%;
|
||||
transform: translateX(-50%);
|
||||
left: 290px;
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.section-head__accent--work {
|
||||
|
||||
Reference in New Issue
Block a user