6 lines
89 B
CSS
6 lines
89 B
CSS
.revues-grid {
|
|
&__list {
|
|
@apply grid grid-cols-1 md:grid-cols-2 gap-4;
|
|
}
|
|
}
|