17 lines
325 B
CSS
17 lines
325 B
CSS
.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%);
|
|
}
|
|
}
|
|
.archive-page-header {
|
|
@apply mt-20;
|
|
}
|
|
}
|