2
0
mirror of https://github.com/offen/website.git synced 2024-11-25 18:20:28 +01:00

update localize deko

This commit is contained in:
Hendrik Niefeld 2021-04-08 23:28:01 +02:00
parent 065853aac7
commit 74e7b78a4b
3 changed files with 8 additions and 7 deletions

View File

@ -479,8 +479,9 @@ STACKING IMAGES
z-index : 550; z-index : 550;
} }
.bg-localize { .bg-localize {
top: -7rem; top: -2.2rem;
left: 3rem; left: 8rem;
width: 220px;
z-index : 560; z-index : 560;
} }
.bg-cta-pfeil { .bg-cta-pfeil {
@ -505,8 +506,7 @@ STACKING IMAGES
left: calc(100% - 30rem); left: calc(100% - 30rem);
} }
.bg-localize { .bg-localize {
top: -7rem; left: calc(100% - 22rem);
left: calc(100% - 25rem);
} }
.bg-cta-pfeil { .bg-cta-pfeil {
top: -14rem; top: -14rem;
@ -525,8 +525,9 @@ STACKING IMAGES
left: calc(100% - 20rem); left: calc(100% - 20rem);
} }
.bg-localize { .bg-localize {
top: -2rem; top: 6rem;
left: 35rem; left: 43rem;
width: 300px;
} }
.bg-cta-pfeil { .bg-cta-pfeil {
top: -12rem; top: -12rem;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -509,7 +509,7 @@
<div class="relative"> <div class="relative">
<div class="absolute bg-localize"> <div class="absolute bg-localize">
<img src="/theme/images/gfx-localize.png" alt="smile" width="300px" height="150px"> <img src="/theme/images/gfx-localize.png" alt="smile" width="300px">
</div> </div>
</div> </div>