2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

fix arrow cta

This commit is contained in:
Hendrik Niefeld 2024-05-27 15:32:20 +02:00
parent 9c46d4ce36
commit e88de882fa
4 changed files with 3 additions and 3 deletions

View File

@ -518,7 +518,7 @@ STACKING IMAGES
z-index : 570;
}
.bg-cta-pfeil {
top: -13rem;
top: -11rem;
left: 66%;
z-index : 580;
}
@ -556,7 +556,7 @@ STACKING IMAGES
left: calc(30% + 1rem);
}
.bg-cta-pfeil {
top: -14rem;
top: -12rem;
left: 72%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -578,7 +578,7 @@
<div class="relative">
<div class="absolute bg-cta-pfeil">
<img src="/theme/images/gfx-cta-pfeil.png" alt="arrow" width="150px" height="150px">
<img src="/theme/images/gfx-cta-pfeil-cta.png" alt="arrow" width="150px" height="150px">
</div>
</div>