style: expand section spacing and page top/bottom margins across all pages
This commit is contained in:
@@ -55,7 +55,7 @@ export default function PublicationCategoryPage({ params }: PageProps) {
|
||||
}
|
||||
|
||||
return (
|
||||
<div className="container-content space-y-16 py-6">
|
||||
<div className="container-content space-y-20 md:space-y-28 py-10 md:py-16">
|
||||
{/* Header */}
|
||||
<section className="space-y-3">
|
||||
<div className="flex items-center gap-3">
|
||||
|
||||
Reference in New Issue
Block a user