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