From e744187fee6760faf49d7c88da2e87f9b7806ec3 Mon Sep 17 00:00:00 2001 From: zPlus <-> Date: Sat, 23 Apr 2016 19:39:43 +0200 Subject: [PATCH] Set max-width to 100% --- css/freepost.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/freepost.css b/css/freepost.css index 395e7587..bf167956 100644 --- a/css/freepost.css +++ b/css/freepost.css @@ -8,6 +8,11 @@ box-sizing: border-box; } +img +{ + max-width: 100%; +} + /* Style used to format Markdown tables */ table {