Skip to content

Commit

Permalink
Fix margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Sep 6, 2024
1 parent 36b1ebe commit f8bc0c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@

.container {
width: 50%;
max-width: 1000px;
max-width: 600px;
padding: 20px;
margin-left: auto;
margin-right: auto;
}

.logo {
Expand Down

0 comments on commit f8bc0c7

Please sign in to comment.