From 317a1d16452fe51e3f790099bd1973b760351591 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 2 Oct 2023 22:41:38 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fix(style):=20prevent=20videos?= =?UTF-8?q?=20from=20overflowing=20container=20(#185)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index 28bb0a8..b9f08a3 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -238,6 +238,10 @@ strong { text-align: center; } +video { + max-width: 100%; +} + .center-content { display: flex; flex-direction: column;