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;
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue