1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

fixed appearance for new image slider

This commit is contained in:
Fedor Katurov 2020-04-23 11:44:44 +07:00
parent 1aa59eb52c
commit 79c5c3be8d
3 changed files with 28 additions and 8 deletions

View file

@ -51,6 +51,10 @@
}
.placeholder {
background: red;
height: 320px;
width: 100%;
height: calc(100vh - 140px);
border-radius: $radius;
display: flex;
align-items: center;
justify-content: center;
}