Skip to content

Commit 34ce34a

Browse files
Increase visualization panel height for fuller display
1 parent 289e21b commit 34ce34a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/styles.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,7 +1193,7 @@ body {
11931193
width: 100%;
11941194
max-width: 100%;
11951195
max-height: none;
1196-
height: min(78vh, 760px);
1196+
height: min(92vh, 980px);
11971197
object-fit: cover;
11981198
object-position: center;
11991199
border-radius: 16px;
@@ -1202,7 +1202,7 @@ body {
12021202

12031203
@media (max-width: 600px) {
12041204
.viz-img-wrap img {
1205-
height: min(52vh, 420px);
1205+
height: min(62vh, 520px);
12061206
}
12071207
}
12081208

0 commit comments

Comments
 (0)