Skip to content

Commit

Permalink
style wrapper and background color, center page
Browse files Browse the repository at this point in the history
  • Loading branch information
HectorVilas committed Apr 28, 2023
1 parent 105f847 commit 98c0d87
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@ body {
margin: 0;
padding: 0;
width: 100%;
background-color: var(--color-2);
background-color: var(--color-1);
display: flex;
justify-content: center;
}

#wrapper {
width: 100vw;
max-width: 1440px;
box-shadow: 0 0 50px rgba(0, 0, 0, .25);
}

main {
Expand Down

0 comments on commit 98c0d87

Please sign in to comment.