From ccb583dddbd6c0054da89b522568cbe7b4ee298b Mon Sep 17 00:00:00 2001 From: Meow J Date: Mon, 4 Jul 2016 15:03:28 +0800 Subject: [PATCH] Video as well --- css/code_fixer.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/code_fixer.css b/css/code_fixer.css index 48481dc..e3985c4 100644 --- a/css/code_fixer.css +++ b/css/code_fixer.css @@ -52,6 +52,12 @@ div.admonition code { margin-right: auto; } +video { + display: block; + margin-left: auto; + margin-right: auto; +} + @media screen and (max-width: 800px) { p, ol, ul { text-align: left;