Bind focus title accent
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
|
||||
<section class="section section--light focus">
|
||||
<div class="section-head section-head--boxed">
|
||||
<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"
|
||||
@@ -92,6 +93,7 @@
|
||||
aria-hidden="true"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="focus__grid">
|
||||
<article class="card card--focus focus-card">
|
||||
|
||||
@@ -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