fixing scope for card-large-content
This commit is contained in:
parent
1530149ce4
commit
c2c4bd18fe
|
|
@ -1,5 +1,6 @@
|
||||||
|
.homegrade-page-container--archive-conseils {
|
||||||
.card-large-content {
|
.card-large-content {
|
||||||
@apply pt-32;
|
@apply pt-24;
|
||||||
&__links-container {
|
&__links-container {
|
||||||
@apply lg:gap-32;
|
@apply lg:gap-32;
|
||||||
}
|
}
|
||||||
|
|
@ -9,3 +10,7 @@
|
||||||
transform: translate(-50%, -54%);
|
transform: translate(-50%, -54%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.archive-page-header {
|
||||||
|
@apply mt-20;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user