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