Add extra space on both sides.

This commit is contained in:
liding 2025-10-11 21:35:53 +08:00
parent 7be5057d5b
commit 4ab4cc39d2

View File

@ -18,21 +18,21 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
font-family: font-family:
"Consolas", "Consolas",
"Hack", "Hack",
Tahoma, Tahoma,
Arial, Arial,
"Hiragino Sans GB", "Hiragino Sans GB",
"Microsoft YaHei", "Microsoft YaHei",
"WenQuanYi Micro Hei", "WenQuanYi Micro Hei",
sans-serif, sans-serif,
"Apple Color Emoji", "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Emoji",
"Segoe UI Symbol", "Segoe UI Symbol",
"Noto Color Emoji"; "Noto Color Emoji";
font-size: 1em; font-size: 1em;
margin: auto; margin: auto;
overflow-y: scroll; padding: 0 8px 0 8px;
min-height: 100%; min-height: 100%;
line-height: 1.5; line-height: 1.5;
} }