diff --git a/src/app/routes/Landing.tsx b/src/app/routes/Landing.tsx index f82e697..a57c10b 100644 --- a/src/app/routes/Landing.tsx +++ b/src/app/routes/Landing.tsx @@ -4,7 +4,6 @@ import React, { useEffect} from "react" import BungieLogin from '../../features/auth/BungieLogin' import { regenerateTokens } from '../../lib/bungie_api/TokenService' import { isAuthenticated } from '../../lib/bungie_api/AuthService' -import { bgcolor, styled } from '@mui/system' import { Container, Grid, Paper } from '@mui/material' export const LandingRoute = () => { diff --git a/src/index.css b/src/index.css index 1b7a0ee..6119ad9 100644 --- a/src/index.css +++ b/src/index.css @@ -22,6 +22,14 @@ a:hover { color: #535bf2; } +body { + margin: 0; + display: flex; + place-items: center; + min-width: 320px; + min-height: 100vh; +} + h1 { font-size: 3.2em; line-height: 1.1;