Skip to content

Commit

Permalink
remove excessive top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
alifeee committed Aug 26, 2024
1 parent e65034f commit 0ba3852
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion public/stylesheet-toki-wan.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
flex-direction: column;
justify-content: center;
align-items: center;
margin: 1rem 1rem 3rem;
margin: 0 1rem 3rem;
}

h1 {
font-size: 3rem;
margin-bottom: 0;
margin-top: 0;
text-align: center;
}

Expand Down
2 changes: 1 addition & 1 deletion public/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ header nav a:hover .sitelen-tu {
}

main {
padding: 1rem 0;
padding: 0 0 1rem 0;
flex-grow: 1;
}

Expand Down

0 comments on commit 0ba3852

Please sign in to comment.