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