From 2dbe317d50af3af29246a9fc36966c4bc376141f Mon Sep 17 00:00:00 2001 From: s-ol Date: Thu, 20 Dec 2018 02:12:48 +1100 Subject: add plonat atek pictures --- scss/_content.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'scss') diff --git a/scss/_content.scss b/scss/_content.scss index f953c01..607da43 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -1,6 +1,11 @@ .content { - .markdown { - img, video { + img, video { + width: inherit; + height: inherit; + } + + .markdown, .markdown > p, .markdown > p > a { + > img, > video { display: block; max-width: 100%; max-height: 50vh; -- cgit v1.2.3