fix: page not full on firefox

This commit is contained in:
Nya Candy 2023-01-29 14:57:31 +08:00
parent a04c5b062e
commit 369db32569
No known key found for this signature in database
GPG Key ID: 8B1BE5E86F2E66AE
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<style>
html, body {
height: 100%;
width: 100%;
margin: 0;
}
body {
display: flex;
align-items: center;