piqpoc_website/src/components/StepWithCarousel.module.css
2025-06-27 01:51:47 +02:00

19 lines
No EOL
234 B
CSS

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