File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export async function getStaticPaths() {
59
59
}}
60
60
>
61
61
<main
62
- class =" prose prose-slate prose-headings:text-slate-800 prose-headings:font-heading prose-img:mx-auto prose-img:rounded-lg prose-img:shadow-lg py-24 max-w-[90ch] mx-auto px-6 "
62
+ class =" prose prose-slate prose-headings:text-slate-800 prose-headings:font-heading prose-img:mx-auto prose-img:rounded-lg prose-img:shadow-lg py-24 max-w-[90ch] mx-auto px-4 "
63
63
>
64
64
<div >
65
65
<img class =" rounded-lg w-full h-64 object-cover" src ={ entry .data .image } alt =" Cover" />
@@ -91,7 +91,7 @@ export async function getStaticPaths() {
91
91
<Content />
92
92
</main >
93
93
<hr class =" w-full bg-slate-400 h-[1px]" />
94
- <div class =" max-w-6xl mx-auto py-14" >
94
+ <div class =" max-w-6xl mx-auto py-14 px-4 " >
95
95
<h1 class =" text-2xl font-bold font-heading text-slate-700 py-4" >Other articles you may like</h1 >
96
96
<div class =" grid gap-8 md:grid-cols-2 lg:grid-cols-4 py-18" >
97
97
{ sortedArticlesMeta .map ((article ) => <ArticleCard variant = " small" { ... article .data } slug = { article .slug } />)}
You can’t perform that action at this time.
0 commit comments