Add global box-sizing: border-box to login page

This commit is contained in:
Coldin04 2026-01-24 22:40:19 +08:00
parent c0a5ef6da3
commit 24d02fffdf

View file

@ -1,3 +1,8 @@
* {
box-sizing: border-box;
}
body {
margin: 0;
font-family: Arial, sans-serif;