feat(components): add carousel components

it's inmidiatly used in the image gallery
This commit is contained in:
Alexander Navarro 2023-12-17 20:58:58 -03:00
parent 4f903c3c8d
commit 8f15b45e9b
6 changed files with 162 additions and 83 deletions

View file

@ -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);
}