Fix: Browser-Screen 420px, Phone-Screen 490px — Höhen angeglichen
This commit is contained in:
parent
107a067fdb
commit
c8b187047a
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue