style: unify top margin below AppHeader identically across all 5 pages

This commit is contained in:
2026-07-30 23:26:57 +09:00
parent 0e10546906
commit 40147f6169
5 changed files with 6 additions and 6 deletions
@@ -9,7 +9,7 @@ export default function StandardizationPage() {
);
return (
<div className="container-content space-y-8 md:space-y-12 py-6 md:py-10">
<div className="container-content space-y-12 md:space-y-16 pt-10 md:pt-16 pb-16 md:pb-24">
{/* Header */}
<section className="space-y-3">
<div className="flex items-center gap-3">