Fix: iPhone-Mockup iframe auf 390px Viewport skaliert
This commit is contained in:
parent
71b12583d8
commit
fbb3285dc6
1 changed files with 7 additions and 5 deletions
|
|
@ -445,15 +445,17 @@
|
||||||
border-radius: 24px;
|
border-radius: 24px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 380px;
|
height: 380px;
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
.phone-screen iframe {
|
.phone-screen iframe {
|
||||||
width: 100%;
|
position: absolute;
|
||||||
height: 100%;
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 390px;
|
||||||
|
height: 780px;
|
||||||
border: none;
|
border: none;
|
||||||
transform: scale(0.85);
|
transform: scale(0.502);
|
||||||
transform-origin: top left;
|
transform-origin: top left;
|
||||||
width: 117%;
|
|
||||||
height: 117%;
|
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
.phone-home {
|
.phone-home {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue