mirror of https://gitlab.com/bashrc2/epicyon
Image positioning
parent
d914dff106
commit
e46ec250c8
|
|
@ -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%;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue