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 +}