Fix: iPhone-Mockup iframe auf 390px Viewport skaliert

This commit is contained in:
rene 2026-05-17 15:54:03 +02:00
parent 71b12583d8
commit fbb3285dc6

View file

@ -445,15 +445,17 @@
border-radius: 24px;
overflow: hidden;
height: 380px;
position: relative;
}
.phone-screen iframe {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
width: 390px;
height: 780px;
border: none;
transform: scale(0.85);
transform: scale(0.502);
transform-origin: top left;
width: 117%;
height: 117%;
pointer-events: auto;
}
.phone-home {