diff --git a/web/index.html b/web/index.html index 71343af..544b31e 100644 --- a/web/index.html +++ b/web/index.html @@ -230,7 +230,7 @@ width: unset; height: unset; max-width: calc(100% - 1.5em); - max-height: 55vh; + max-height: 90vh; } .box { border: 3px solid var(--accent); @@ -253,7 +253,7 @@ img.expand, video.expand { height: unset; - max-height: 55vh; + max-height: 90vh; max-width: 100%; object-fit: contain; }