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:
parent
fefec524db
commit
531bd3626a
7 changed files with 122 additions and 57 deletions
10
src/components/containers/FullWidth/styles.module.scss
Normal file
10
src/components/containers/FullWidth/styles.module.scss
Normal file
|
@ -0,0 +1,10 @@
|
|||
.sample {
|
||||
width: 100%;
|
||||
display: block;
|
||||
background: green;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
.slider {
|
||||
max-height: calc(100vh - 125px);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue