further implementing service page (#3)

This commit is contained in:
UUBulb
2024-11-17 10:05:20 +08:00
committed by GitHub
parent 0c38d52025
commit f4fbc9f488
20 changed files with 936 additions and 333 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { Toaster } from "@/components/ui/sonner";
export default function Root() {
return (
<ThemeProvider defaultTheme="dark" storageKey="vite-ui-theme">
<Card className="text-sm max-w-6xl mx-auto mt-5 min-h-[90%] flex flex-col justify-between">
<Card className="text-sm max-w-7xl mx-auto mt-5 min-h-[90%] flex flex-col justify-between">
<div>
<Header />
<Outlet />