Skip to content

Commit

Permalink
Center the whole content to make layout nicer.
Browse files Browse the repository at this point in the history
  • Loading branch information
markodenic committed Dec 19, 2024
1 parent 9e22503 commit f6ba1be
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

body {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
min-height: 100vh;
text-align: center;
Expand All @@ -30,12 +32,7 @@
}

main {
flex: 1;
padding: 20px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
line-height: 1.5em;
}

Expand Down

0 comments on commit f6ba1be

Please sign in to comment.