Align article sidebar width with contact panel (#552)
This commit is contained in:
parent
70420eb3d3
commit
e4ffcf9231
@ -21,7 +21,7 @@ function DefaultHomePageTemplate({ slots }: HomePageTemplateProps) {
|
||||
<section className="bg-slate-50 pb-16 pt-20">
|
||||
<div className="px-4">
|
||||
<div className="mx-auto max-w-6xl">
|
||||
<div className="grid gap-8 lg:grid-cols-[minmax(0,2fr)_minmax(0,1fr)]">
|
||||
<div className="grid gap-8 lg:grid-cols-[minmax(0,2.5fr)_minmax(0,1fr)] lg:items-start">
|
||||
<ArticleFeedComponent />
|
||||
<SidebarComponent />
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user