From 67cd2c9441e2021a8e6fa3a4e13f1d508702e9ab Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 1 Apr 2015 14:14:58 -0400 Subject: [PATCH] closes #37 --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index 9da1f64..b586328 100644 --- a/less/topic.less +++ b/less/topic.less @@ -261,6 +261,10 @@ } iframe, .img-responsive { + width: 85%; + } + + iframe, img { max-width: 400px; }