Bind about title accent
This commit is contained in:
@@ -124,6 +124,7 @@
|
|||||||
|
|
||||||
<div class="section__content about__content">
|
<div class="section__content about__content">
|
||||||
<div class="section-head">
|
<div class="section-head">
|
||||||
|
<div class="section-title-lockup section-title-lockup--about">
|
||||||
<h2 class="section-title">Über mich</h2>
|
<h2 class="section-title">Über mich</h2>
|
||||||
<img
|
<img
|
||||||
class="section-head__accent section-head__accent--about"
|
class="section-head__accent section-head__accent--about"
|
||||||
@@ -132,6 +133,7 @@
|
|||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="about__text">
|
<div class="about__text">
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@@ -420,6 +420,11 @@ button {
|
|||||||
margin-left: 5.25rem;
|
margin-left: 5.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.about__content .section-head .section-title-lockup--about {
|
||||||
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
|
||||||
.about__content .section-head .section-title {
|
.about__content .section-head .section-title {
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
@@ -429,7 +434,7 @@ button {
|
|||||||
|
|
||||||
.section-head__accent--about {
|
.section-head__accent--about {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: calc(0.4rem + 50px);
|
top: calc(0.4rem + 30px);
|
||||||
left: calc(-7.5rem - 10px);
|
left: calc(-7.5rem - 10px);
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user