From 4f9918dd9d50474d1c0872abd65488813c43ee3c Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 19 Aug 2016 21:44:30 -0400 Subject: Handle videos and source code highlighting in Markdown posts. --- css/dthompson.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css') diff --git a/css/dthompson.css b/css/dthompson.css index 3fbc63e..40e63e7 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -171,6 +171,13 @@ footer { border-radius: 4px; } +.post video { + display: block; + margin: 0 auto; + padding: 0px; + max-width: 100%; +} + .caption { text-align: center; margin: 0; -- cgit v1.2.3