From 0442e82eefa7a837dbcb9e621815c215355080d3 Mon Sep 17 00:00:00 2001 From: "E. Cleopatra" <32180937+PROTechThor@users.noreply.github.com> Date: Tue, 16 Feb 2021 10:40:43 +0100 Subject: [PATCH] Make image to not overflow page --- assets/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/assets/css/main.css b/assets/css/main.css index 6112ca8..c6ed157 100755 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1965,6 +1965,9 @@ } /* Image */ + p img { + width: 100%; + } .image { border: 0;