piqpoc_website/src/components/StepWithCarousel.module.css

18 lines
No EOL
214 B
CSS

.step {
display: flex;
flex-wrap: wrap;
gap: 2rem;
margin-bottom: 3rem;
align-items: flex-start;
font-size:14px;
}
.text {
flex: 1;
min-width: 280px;
}
.carousel {
flex: 1;
min-width: 300px;
}