From b43bb7adf7b13e00ee92a0c860e6808d322493d0 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 3 May 2024 09:39:34 -0500 Subject: [PATCH] template blog more fix video styling --- blog/.template/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/.template/style.css b/blog/.template/style.css index 81fc3ca..77ea423 100644 --- a/blog/.template/style.css +++ b/blog/.template/style.css @@ -340,6 +340,7 @@ video { max-height: 30em; border-radius: 1em; + aspect-ratio: auto; } /* @@ -381,6 +382,8 @@ modify widths and spacing depending on the size of the display padding: 10px 16px; } video { + min-width: 10em; + min-height: 10em; max-width: 20em; max-height: 30em; }