chore(collection/presentation): increase video size

This commit is contained in:
Elian Doran 2025-10-17 20:07:09 +03:00
parent 7ce223451c
commit 0f52e42017
No known key found for this signature in database

View File

@ -21,4 +21,9 @@ span.text-huge { font-size: 2em; }
footer.file-footer {
display: none !important;
}
.reveal video {
max-width: unset;
max-height: unset;
}