diff --git a/www/code/code.less b/www/code/code.less index 6c620fff8..79ec0af11 100644 --- a/www/code/code.less +++ b/www/code/code.less @@ -59,8 +59,13 @@ body { box-sizing: border-box; font-family: Calibri,Ubuntu,sans-serif; word-wrap: break-word; - media-tag * { - max-width:100%; + media-tag { + * { + max-width:100%; + } + iframe[type="application/pdf"] { + max-height:50vh; + } } }