Support ultrawide layout with equal columns and taiji branding.
Use 50/50 mode workspace columns, widen content to 1920px on fish screens, replace header logo with taiji icon, and add full-page taiji backdrop. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-1
@@ -1,10 +1,11 @@
|
||||
import PageShell from "@/components/page-shell";
|
||||
import BaziForm from "@/components/modes/bazi-form";
|
||||
import { APP_CONTAINER } from "@/lib/layout";
|
||||
|
||||
export default function BaziPage() {
|
||||
return (
|
||||
<PageShell>
|
||||
<div className="border-b border-border/40 px-4 py-6 text-center">
|
||||
<div className={`${APP_CONTAINER} 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">
|
||||
四柱排盘 · 十神大运 · AI 命理解读
|
||||
|
||||
Reference in New Issue
Block a user