aboutsummaryrefslogtreecommitdiffstats
path: root/scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss')
-rw-r--r--scss/_content.scss4
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;