mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-23 08:38:02 +00:00
11 lines
247 B
SCSS
11 lines
247 B
SCSS
.insight-carousel {
|
|
width: fit-content;
|
|
display: flex;
|
|
margin: item-spacing(3) auto item-spacing(5) item-spacing(0);
|
|
|
|
// Insert a left margin between any child siblings in the carousel
|
|
& > * + * {
|
|
margin-left: item-spacing(5);
|
|
}
|
|
}
|