Skip to content

Commit

Permalink
fix: update html default load height
Browse files Browse the repository at this point in the history
  • Loading branch information
dajiangyou committed Mar 10, 2021
1 parent 4e3190f commit 8807ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<style>
.welcome-wrap {
margin: 0 auto;
min-height: 100vh;
min-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit 8807ba5

Please sign in to comment.