Image positioning

merge-requests/30/head
Bob Mottram 2023-01-08 16:11:34 +00:00
parent d914dff106
commit e46ec250c8
1 changed files with 2 additions and 3 deletions

View File

@ -772,9 +772,8 @@ a:focus {
} }
.container img.attachment { .container img.attachment {
object-fit: cover; width: 125%;
width: fit-content; max-width: 145%;
max-width: 125%;
max-height: 80vh; max-height: 80vh;
margin-left: -2%; margin-left: -2%;
margin-right: 2%; margin-right: 2%;