9 lines
101 B
CSS
9 lines
101 B
CSS
.teaserCardSidepeek {
|
|
display: grid;
|
|
}
|
|
|
|
.ctaContainer {
|
|
display: grid;
|
|
gap: var(--Space-x2);
|
|
}
|