From b30a765a0bd6391d2bd3342042ae2202075ca971 Mon Sep 17 00:00:00 2001 From: Jonathan Dahan Date: Mon, 3 Jun 2024 23:50:59 -0400 Subject: [PATCH] fix youtube embed sizes --- style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style.css b/style.css index 5afb72d..d38dc80 100644 --- a/style.css +++ b/style.css @@ -2,6 +2,8 @@ a { color: inherit } img, video { max-width: 100% } li { list-style: none } +/* for youtube embeds */ +iframe { width: auto; height: auto; } body { font-size: medium;