mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
decrease height of single feature carousel (#1850)
This commit is contained in:
@@ -67,10 +67,19 @@
|
|||||||
padding: var(--theme-spacing-md);
|
padding: var(--theme-spacing-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.single-carousel-container .carousel {
|
||||||
|
min-height: 240px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.single-carousel-container .carousel-item {
|
||||||
|
min-height: 240px;
|
||||||
|
}
|
||||||
|
|
||||||
.single-carousel-container .carousel-item .content {
|
.single-carousel-container .carousel-item .content {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: var(--theme-spacing-lg);
|
gap: var(--theme-spacing-md);
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
min-height: 240px;
|
||||||
padding: var(--theme-spacing-xl);
|
padding: var(--theme-spacing-xl);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user