1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-29 14:46:41 +07:00

added working tiny-slider!

This commit is contained in:
Fedor Katurov 2020-10-26 19:14:41 +07:00
parent fefec524db
commit 531bd3626a
7 changed files with 122 additions and 57 deletions

View file

@ -0,0 +1,10 @@
.sample {
width: 100%;
display: block;
background: green;
height: 0;
}
.slider {
max-height: calc(100vh - 125px);
}