carhop__carhop-theme__DEV/resources/css/pages/single-actualites.css
2026-04-08 16:31:23 +02:00

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;
}
}