Skip to content

Commit

Permalink
undo index.css modification
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoni7 committed Jun 25, 2024
1 parent 7e86084 commit 37d7970
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/routes/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down
8 changes: 8 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 37d7970

Please sign in to comment.