From 5ec708fb5b9756a72faac429e558a484080d42b1 Mon Sep 17 00:00:00 2001 From: Yuri Tatishchev Date: Fri, 20 Jun 2025 15:05:12 -0700 Subject: [PATCH] styling: max-height for video player --- src/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.css b/src/main.css index ab8f155..05f0399 100644 --- a/src/main.css +++ b/src/main.css @@ -39,6 +39,7 @@ header { video { /*height:;*/ max-width: 100%; + max-height: 80vh; /*max-height: 400px;*/ /*position: absolute;*/ /*top: 0;*/