8 lines
152 B
CSS
8 lines
152 B
CSS
#block-questions-frequentes {
|
|
@apply py-28;
|
|
}
|
|
|
|
.questions-frequentes-grid {
|
|
@apply grid grid-cols-3 gap-8 gap-x-8 max-w-screen-xl mx-auto;
|
|
}
|