mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
fix arrow cta
This commit is contained in:
parent
9c46d4ce36
commit
e88de882fa
@ -518,7 +518,7 @@ STACKING IMAGES
|
|||||||
z-index : 570;
|
z-index : 570;
|
||||||
}
|
}
|
||||||
.bg-cta-pfeil {
|
.bg-cta-pfeil {
|
||||||
top: -13rem;
|
top: -11rem;
|
||||||
left: 66%;
|
left: 66%;
|
||||||
z-index : 580;
|
z-index : 580;
|
||||||
}
|
}
|
||||||
@ -556,7 +556,7 @@ STACKING IMAGES
|
|||||||
left: calc(30% + 1rem);
|
left: calc(30% + 1rem);
|
||||||
}
|
}
|
||||||
.bg-cta-pfeil {
|
.bg-cta-pfeil {
|
||||||
top: -14rem;
|
top: -12rem;
|
||||||
left: 72%;
|
left: 72%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
BIN
homepage/theme/static/images/gfx-cta-pfeil-cta.png
Normal file
BIN
homepage/theme/static/images/gfx-cta-pfeil-cta.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
@ -578,7 +578,7 @@
|
|||||||
|
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<div class="absolute bg-cta-pfeil">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user