fixing scope for card-large-content
This commit is contained in:
parent
1530149ce4
commit
c2c4bd18fe
|
|
@ -1,11 +1,16 @@
|
||||||
.card-large-content {
|
.homegrade-page-container--archive-conseils {
|
||||||
@apply pt-32;
|
.card-large-content {
|
||||||
&__links-container {
|
@apply pt-24;
|
||||||
@apply lg:gap-32;
|
&__links-container {
|
||||||
|
@apply lg:gap-32;
|
||||||
|
}
|
||||||
|
&__top-illustration {
|
||||||
|
width: 330px;
|
||||||
|
height: 180px;
|
||||||
|
transform: translate(-50%, -54%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
&__top-illustration {
|
.archive-page-header {
|
||||||
width: 330px;
|
@apply mt-20;
|
||||||
height: 180px;
|
|
||||||
transform: translate(-50%, -54%);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user