1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00
vault-frontend/src/components/node/NodeImageTinySlider/styles.module.scss
2020-10-26 19:14:41 +07:00

5 lines
61 B
SCSS

.slider {
img {
max-height: calc(100vh - 140px);
}
}