diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-26 08:32:31 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-26 08:32:31 +0000 |
| commit | eb1f079b01a4969090796d113d692bb9caa061da (patch) | |
| tree | 54f6d73aa1a517e1d78c6284118ecc5e00c28864 /scss | |
| parent | update readme (diff) | |
| download | mmm-eb1f079b01a4969090796d113d692bb9caa061da.tar.gz mmm-eb1f079b01a4969090796d113d692bb9caa061da.zip | |
metadata
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_content.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scss/_content.scss b/scss/_content.scss index b3468bd..0272508 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -1,8 +1,8 @@ .content { - img, video, pre > code { + img, video { display: block; max-width: 100%; - max-height: 100%; + max-height: 50vh; padding: 0 2em; box-sizing: border-box; |
