Fix: Browser-Screen 420px, Phone-Screen 490px — Höhen angeglichen

This commit is contained in:
rene 2026-05-17 16:47:51 +02:00
parent 107a067fdb
commit c8b187047a

View file

@ -382,7 +382,7 @@
color: #6b7a9a;
font-family: monospace;
}
.browser-screen { display: flex; height: 300px; overflow: hidden; }
.browser-screen { display: flex; height: 420px; overflow: hidden; }
/* CSS Dashboard */
.dash-sidebar {
@ -486,7 +486,7 @@
background: #fff;
border-radius: 24px;
overflow: hidden;
height: 600px;
height: 490px;
position: relative;
}
.phone-screen iframe {