From 136b387a5fbc10f76a5939f489e53d51eb1a31e2 Mon Sep 17 00:00:00 2001 From: Nulo Date: Mon, 11 Oct 2021 16:10:48 -0300 Subject: [PATCH] No dejar que colapsen los videos --- drip.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drip.css b/drip.css index 53e2b21..01b2264 100644 --- a/drip.css +++ b/drip.css @@ -5,7 +5,8 @@ body { padding: 1rem; } -img { +img, +video { max-width: 100%; }