Skip to content

Commit

Permalink
fix padding for post
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnmclean committed Dec 19, 2024
1 parent e4bc8e8 commit d7188cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function KnowledgeDetails({ knowledge }: Props) {

{/* Main Content with 2-Column Layout */}
<div className="flex justify-center">
<div className="grid w-full max-w-7xl grid-cols-1 gap-6 p-6 lg:grid-cols-3">
<div className="grid w-full max-w-7xl grid-cols-1 gap-6 py-6 lg:grid-cols-3">
{/* Left Column: Main Content */}
<div className="space-y-6 lg:col-span-2">
{/* Description Section */}
Expand Down

0 comments on commit d7188cb

Please sign in to comment.