28 lines
479 B
CSS
28 lines
479 B
CSS
.post-conseils-chapter-header {
|
|
@apply p-8 md:px-16 mt-8 max-w-screen-2xl
|
|
flex
|
|
content-between
|
|
items-center mx-auto
|
|
rounded-2xl
|
|
items-center;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
&__page-thematic-cover {
|
|
max-width: 400px;
|
|
}
|
|
&__page-thematic-title {
|
|
@apply text-xl uppercase font-bold tracking-wider pb-4;
|
|
}
|
|
&__page-title {
|
|
@apply text-4xl font-bold;
|
|
}
|
|
&__infos {
|
|
@apply max-w-2xl;
|
|
|
|
.cta {
|
|
@apply my-8;
|
|
}
|
|
}
|
|
}
|