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;
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;