FEATURE introducing page stryles
This commit is contained in:
parent
db1a2c5a45
commit
e68961e817
16
resources/css/pages/single-actualites.css
Normal file
16
resources/css/pages/single-actualites.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user