FEATURE introducing page stryles

This commit is contained in:
Antoine M 2026-04-08 16:31:23 +02:00
parent db1a2c5a45
commit e68961e817

View File

@ -0,0 +1,16 @@
.single-actualites {
.content-wrapper {
@apply block max-w-screen-lg;
}
.entry-content {
@apply text-carhop-gray;
}
#post-authors {
display: block !important;
}
.authors-list {
@apply mt-20;
}
}