15 lines
211 B
CSS
15 lines
211 B
CSS
.parcours-steps-container {
|
|
@apply md:grid grid-cols-3 gap-12 pt-8 pb-24;
|
|
|
|
.card {
|
|
h2 {
|
|
@apply !my-4;
|
|
line-height: 1.2;
|
|
}
|
|
}
|
|
}
|
|
|
|
.step-icon {
|
|
@apply w-12 h-12 relative;
|
|
}
|