Skip to content

Commit

Permalink
Use center to justify content instead
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Mar 3, 2021
1 parent 195cb44 commit 8a9b627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/style.css
Expand Up @@ -12,7 +12,7 @@ html {

body {
display: flex;
justify-content: space-around;
justify-content: center;
align-items: center;
overflow: hidden;
width: 100vw;
Expand Down

0 comments on commit 8a9b627

Please sign in to comment.