diff --git a/app/resources/css/style.css b/app/resources/css/style.css index e07050d..2f8c7dc 100644 --- a/app/resources/css/style.css +++ b/app/resources/css/style.css @@ -80,8 +80,8 @@ button:active { background: #1a1a1a; border-radius: 10px; padding: 0.5rem; - width: 90vw; - max-width: 900px; + width: 80vw; + height: 80vh; } .modal-close { @@ -105,14 +105,14 @@ button:active { #modal-video { width: 100%; - max-height: 75vh; + height: 100%; border-radius: 6px; display: none; } #modal-iframe { width: 100%; - height: 75vh; + height: 100%; border: none; border-radius: 6px; display: none;