Skip to content

Commit

Permalink
bumped max width and added margin to controls
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomcv committed Jul 19, 2020
1 parent 16da41b commit 7e62dc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MainContent/MainContent.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
align-items: center;
height: calc(100vh - 5rem); /* viewport height minus the height of the header */
width: 100%;
max-width: 40rem;
max-width: 60rem;
margin: 0 auto;
}

.controls-section {
display: flex;
justify-content: space-evenly;
width: 100%;
margin-top: 2rem;
}

0 comments on commit 7e62dc0

Please sign in to comment.