From 5bcdd39ddf822cffb3bfd068c2fba737f657a983 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2017 13:09:40 +0300 Subject: juick-www: fix embed img width --- juick-www/src/main/static/style.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index e2ad046e..f629a2c5 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -749,6 +749,9 @@ fieldset { border: 1px dotted #ccc; margin-top: 25px; } +.embedContainer img { + max-width: 100%; +} @media screen and (max-width: 850px) { body { -moz-text-size-adjust: 100%; -- cgit v1.2.3