feat(id/news): add justify to text of all news
This commit is contained in:
parent
c57b768de3
commit
d519c9a35e
|
|
@ -53,7 +53,7 @@ const baseSlug = routeTranslations.news[locale] || routeTranslations.news.en;
|
||||||
<div class="container mx-auto">
|
<div class="container mx-auto">
|
||||||
{post.data.gallery?.length ? ( <CarouselSection images={post.data.gallery} />) : post.data.thumbnail ? (<Image src={post.data.thumbnail} alt="" /> ) : null}
|
{post.data.gallery?.length ? ( <CarouselSection images={post.data.gallery} />) : post.data.thumbnail ? (<Image src={post.data.thumbnail} alt="" /> ) : null}
|
||||||
<div class="grid md:grid-cols-10">
|
<div class="grid md:grid-cols-10">
|
||||||
<div class="md:col-span-7 content bg-white p-8 md:p-20 prose-p:mb-4 text-[#003421]">
|
<div class="md:col-span-7 content bg-white p-8 md:p-20 prose-p:mb-4 text-[#003421] text-justify">
|
||||||
<Content />
|
<Content />
|
||||||
</div>
|
</div>
|
||||||
<div class="md:col-span-3 bg-tertiary md:sticky top-0 h-fit">
|
<div class="md:col-span-3 bg-tertiary md:sticky top-0 h-fit">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue