From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/page.tsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index c5f5a95..c63d9d1 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,7 +3,7 @@ const Home = async () => { return ( - <div className="flex min-h-screen flex-col justify-center py-12 sm:px-6 lg:px-8"> + <div className="flex flex-col justify-center min-h-screen py-12 sm:px-6 lg:px-8"> <div className="sm:mx-auto sm:w-full sm:max-w-md"> <Loading type='area' /> -- Gitblit v1.8.0