styling: max-height for video player

This commit is contained in:
2025-06-20 15:05:12 -07:00
parent 06d5336d4b
commit 5ec708fb5b

View File

@@ -39,6 +39,7 @@ header {
video { video {
/*height:;*/ /*height:;*/
max-width: 100%; max-width: 100%;
max-height: 80vh;
/*max-height: 400px;*/ /*max-height: 400px;*/
/*position: absolute;*/ /*position: absolute;*/
/*top: 0;*/ /*top: 0;*/