From d914dff106a915492ba3db4a606b261f33bfc3b0 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 8 Jan 2023 16:09:11 +0000 Subject: [PATCH] Image positioning --- epicyon-profile.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/epicyon-profile.css b/epicyon-profile.css index 11caae7a2..5f14aecd9 100644 --- a/epicyon-profile.css +++ b/epicyon-profile.css @@ -773,9 +773,7 @@ a:focus { .container img.attachment { object-fit: cover; - background-size: cover; - background-position: center; - width: auto; + width: fit-content; max-width: 125%; max-height: 80vh; margin-left: -2%;