diff options
author | Vitaly Takmazov | 2017-05-19 13:09:40 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-05-19 13:09:40 +0300 |
commit | 5bcdd39ddf822cffb3bfd068c2fba737f657a983 (patch) | |
tree | 8ca0738d7f7051570bcfa860686f47f97a5d45bf /juick-www | |
parent | 0a531e913ade331cffed8096cc39df94dcee4931 (diff) |
juick-www: fix embed img width
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/src/main/static/style.css | 3 |
1 files changed, 3 insertions, 0 deletions
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%; |