From 96b2ff773292834b711c5f20f1ec065ec1e9d21b Mon Sep 17 00:00:00 2001 From: MultiMote Date: Wed, 22 Nov 2023 11:05:35 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=88=D0=B8=D1=80=D0=B8=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=B2=D0=B8=D0=B4=D0=B5=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/mmotium/assets/css/style.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/mmotium/assets/css/style.scss b/themes/mmotium/assets/css/style.scss index 493e8fa..c2e7189 100644 --- a/themes/mmotium/assets/css/style.scss +++ b/themes/mmotium/assets/css/style.scss @@ -121,6 +121,10 @@ nav.navbar { td { padding: 0.3rem; } + + video { + max-width: 100%; + } } @@ -228,4 +232,4 @@ section.posts { .comments { background-color: $post-bg-color; padding: 24px; -} \ No newline at end of file +}