04c77dbf77
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>
4 lines
199 B
TypeScript
4 lines
199 B
TypeScript
/** 全站内容区宽度:手机满宽,带鱼屏最大约 1920px 并留边距 */
|
|
export const APP_CONTAINER =
|
|
"mx-auto w-full max-w-[min(100%,1920px)] px-4 sm:px-6 lg:px-8 xl:px-12 2xl:px-16";
|