feat(components): add carousel components
it's inmidiatly used in the image gallery
This commit is contained in:
parent
4f903c3c8d
commit
8f15b45e9b
6 changed files with 162 additions and 83 deletions
|
|
@ -67,6 +67,18 @@ video {
|
|||
height: auto;
|
||||
}
|
||||
|
||||
img.respect-width,
|
||||
video.respect-width {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
img.respect-height,
|
||||
video.respect-height {
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
li:not(:last-child) {
|
||||
margin-bottom: var(--prj-spacing-1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue