17 lines
245 B
CSS
17 lines
245 B
CSS
.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;
|
|
}
|
|
}
|