Skip to content

Commit

Permalink
[Fix] Height fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikita-kun committed Dec 25, 2024
1 parent 2a57f8c commit 7577a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<style>
body {
margin: 0 auto;
min-height: 100vh;
min-height: 100%;
max-height: 100vh;
text-align: center;
font-family: system-ui;
Expand Down

0 comments on commit 7577a3c

Please sign in to comment.