Changed modal box size

This commit is contained in:
Juan Pablo Corredor 2026-05-19 15:00:21 +02:00
parent c0a53e905f
commit b85704c0c3

View File

@ -80,8 +80,8 @@ button:active {
background: #1a1a1a; background: #1a1a1a;
border-radius: 10px; border-radius: 10px;
padding: 0.5rem; padding: 0.5rem;
width: 90vw; width: 80vw;
max-width: 900px; height: 80vh;
} }
.modal-close { .modal-close {
@ -105,14 +105,14 @@ button:active {
#modal-video { #modal-video {
width: 100%; width: 100%;
max-height: 75vh; height: 100%;
border-radius: 6px; border-radius: 6px;
display: none; display: none;
} }
#modal-iframe { #modal-iframe {
width: 100%; width: 100%;
height: 75vh; height: 100%;
border: none; border: none;
border-radius: 6px; border-radius: 6px;
display: none; display: none;