Skip to content

Commit

Permalink
style: tought full width
Browse files Browse the repository at this point in the history
  • Loading branch information
EINDEX committed Oct 14, 2023
1 parent da74892 commit 01a3a62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/[lang]/thoughts/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ const { Content, remarkPluginFrontmatter } = await thought.render();
/>
<div class="thought-content">
<Thought thought={thought} slug={`/thoughts/${slug}`} slugPage={true} />
{thought.data.tags}
<!-- <Comments locale={lang} slug={`/thoughts/${slug}`} /> -->
</div>
</Layout>

Expand All @@ -61,6 +59,6 @@ const { Content, remarkPluginFrontmatter } = await thought.render();
}

.thought-content {
@apply max-w-xl self-center;
@apply self-center;
}
</style>

0 comments on commit 01a3a62

Please sign in to comment.