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