1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed flow images

This commit is contained in:
Fedor Katurov 2022-05-12 09:43:15 +07:00
parent c3537208a3
commit d3ce02e52b

View file

@ -7,8 +7,8 @@
position: absolute;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
object-fit: cover;
}