From 5250cf3fdf7d700ed9e2f79a111560016f58eb5b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Oct 2020 13:41:00 +0000 Subject: [PATCH] Image size within post --- epicyon-profile.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 6273a63d0..ef3a9bb8b 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -513,11 +513,13 @@ a:focus { } .container img.attachment { - max-width: 120%; - margin-left: 5%; - width: 120%; + max-width: 140%; + margin-left: -2%; + margin-right: 2%; + width: 125%; padding-bottom: 3%; } + .container img.right { float: var(--icons-side); margin-left: 0px;