diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-12-19 15:12:48 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-12-19 15:46:44 +0000 |
| commit | 2dbe317d50af3af29246a9fc36966c4bc376141f (patch) | |
| tree | 3de64362e4dfedec751376bbd27d6371438af55d /scss | |
| parent | layout + options (diff) | |
| download | mmm-2dbe317d50af3af29246a9fc36966c4bc376141f.tar.gz mmm-2dbe317d50af3af29246a9fc36966c4bc376141f.zip | |
add plonat atek pictures
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; |
