Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix css root container target
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent cdaef74 commit dfd9284
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions index.css
Expand Up @@ -61,15 +61,11 @@ button:focus-visible {
}
}

#root {
max-width: 1280px;
.App {
min-height: 100vh;
margin: 0 auto;
padding: 2rem;
text-align: center;
}


.card {
padding: 2em;
}
Expand Down

0 comments on commit dfd9284

Please sign in to comment.