Adjust work header accent
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
<h2 class="section-title section-title--work">So arbeite ich</h2>
|
<h2 class="section-title section-title--work">So arbeite ich</h2>
|
||||||
<img
|
<img
|
||||||
class="section-head__accent section-head__accent--work"
|
class="section-head__accent section-head__accent--work"
|
||||||
src="./media/strichlein_rgruen_unter_wort.svg"
|
src="./media/strichlein_so_arbeite_ich.svg"
|
||||||
alt=""
|
alt=""
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
/>
|
/>
|
||||||
|
|||||||
19
media/strichlein_so_arbeite_ich.svg
Normal file
19
media/strichlein_so_arbeite_ich.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 294 KiB |
13
styles.css
13
styles.css
@@ -293,9 +293,10 @@ button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.section-head__accent--work {
|
.section-head__accent--work {
|
||||||
top: calc(100% - 0.15rem);
|
top: -2.8rem;
|
||||||
left: 78%;
|
left: -4.2rem;
|
||||||
transform: translateX(-50%);
|
width: clamp(88px, 10vw, 128px);
|
||||||
|
transform: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.process__grid,
|
.process__grid,
|
||||||
@@ -718,6 +719,12 @@ button {
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.section-head__accent--work {
|
||||||
|
top: -2.4rem;
|
||||||
|
left: -0.35rem;
|
||||||
|
width: 84px;
|
||||||
|
}
|
||||||
|
|
||||||
.section-title,
|
.section-title,
|
||||||
.about__content .section-head .section-title {
|
.about__content .section-head .section-title {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
|||||||
Reference in New Issue
Block a user