refactor: new mobile layout

This commit is contained in:
Tristan Yang
2023-02-16 08:48:45 +08:00
parent 26e54e10fe
commit 0b07bbf440
33 changed files with 174 additions and 66 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import { Outlet } from "react-router-dom";
export default function RegContainer() {
return (
<div className="flex-center h-screen dark:bg-[#384250]">
<div className="flex-center h-screen dark:bg-gray-700">
<div className="py-8 px-10 shadow-md rounded-xl">
<Outlet />
</div>