diff --git a/src/pages/profile/index.tsx b/src/pages/profile/index.tsx index 6831682..62cb5ef 100644 --- a/src/pages/profile/index.tsx +++ b/src/pages/profile/index.tsx @@ -4,7 +4,6 @@ import SEO from '@/components/common/head/SEO'; import { useSession } from 'next-auth/react'; import CharacterProfileInfo from '@/components/profile/CharacterProfileInfo'; import Loading from '@/components/common/dialog/Loading'; -import color from '@/styles/color'; import UserRouteButtons from '@/components/profile/UserRouteButtons'; const Profile = () => { @@ -20,17 +19,17 @@ const Profile = () => { ) : } -
+
+ - ); }; @@ -41,6 +40,7 @@ const pageCSS = css` height: 100vh; display: flex; flex-direction: column; + justify-content: flex-end; align-items: center; padding: 0.5rem; padding-bottom: 0;