diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_content.scss | 9 |
1 files changed, 7 insertions, 2 deletions
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; |
