Tighten ultrawide layout with visible side gutters.
Cap content at 768-960px via PageShell width tiers, add muted outer margins, and limit gua grid to four columns. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import PageShell from "@/components/page-shell";
|
||||
import CombinedForm from "@/components/modes/combined-form";
|
||||
import { APP_CONTAINER } from "@/lib/layout";
|
||||
|
||||
export default function CombinedPage() {
|
||||
return (
|
||||
<PageShell>
|
||||
<div className={`${APP_CONTAINER} border-b border-border/40 py-6 text-center`}>
|
||||
<PageShell width="wide">
|
||||
<div className="border-b border-border/40 py-6 text-center">
|
||||
<h1 className="text-2xl font-bold tracking-wide">综合测算</h1>
|
||||
<p className="mt-2 text-sm text-muted-foreground">
|
||||
天时 · 地利 · 人和 · 六爻可选
|
||||
|
||||
Reference in New Issue
Block a user