STYLE Handling paddings
This commit is contained in:
parent
4b6532d640
commit
4196e341ce
|
|
@ -2,6 +2,12 @@
|
||||||
@apply bg-carhop-blue-50 py-32;
|
@apply bg-carhop-blue-50 py-32;
|
||||||
.block-revues-precedentes__header {
|
.block-revues-precedentes__header {
|
||||||
}
|
}
|
||||||
|
.swiper-controls,
|
||||||
|
.swiper-pagination-fraction,
|
||||||
|
.swiper-pagination {
|
||||||
|
@apply px-12;
|
||||||
|
}
|
||||||
|
|
||||||
&__inner {
|
&__inner {
|
||||||
@apply max-w-screen-2xl mx-auto;
|
@apply max-w-screen-2xl mx-auto;
|
||||||
}
|
}
|
||||||
|
|
@ -23,7 +29,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.card-revue {
|
.card-revue {
|
||||||
@apply grid gap-y-12 2xl:gap-y-16 pb-12 gap-x-12 2xl:gap-x-24;
|
@apply grid gap-y-12 2xl:gap-y-16 pb-12 gap-x-12 2xl:gap-x-24 px-12;
|
||||||
grid-template-columns: 61.8fr 38.2fr;
|
grid-template-columns: 61.8fr 38.2fr;
|
||||||
|
|
||||||
.content-meta {
|
.content-meta {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user