Skip to content

Commit

Permalink
fix: set body to display:none initially
Browse files Browse the repository at this point in the history
  • Loading branch information
buuhuu committed Oct 31, 2024
1 parent 4d3d1c9 commit dd05fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ body {
}

body:not(.appear) {
visibility: hidden;
display: none;
}

header {
Expand Down

0 comments on commit dd05fa8

Please sign in to comment.