Showing
1 changed file
with
3 additions
and
1 deletions
@@ -266,9 +266,11 @@ export default { | @@ -266,9 +266,11 @@ export default { | ||
266 | } | 266 | } |
267 | 267 | ||
268 | img { | 268 | img { |
269 | - max-width: 100% !important; | 269 | + max-width: calc(100% + 60px) !important; |
270 | height: auto !important; | 270 | height: auto !important; |
271 | display: block; | 271 | display: block; |
272 | + position: relative; | ||
273 | + left: -30px; | ||
272 | } | 274 | } |
273 | 275 | ||
274 | p { | 276 | p { |
-
Please register or login to post a comment