Fix body box-sizing (#404)

This commit is contained in:
2021-11-26 23:29:15 +08:00 committed by GitHub
parent 2265b178ff
commit 9e9c052f08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ html, body {
body { body {
background: var(--body-bg-color); background: var(--body-bg-color);
box-sizing: border-box;
color: var(--text-color); color: var(--text-color);
font-family: $font-family-base; font-family: $font-family-base;
font-size: $font-size-base; font-size: $font-size-base;