From 4ab4cc39d2a3d7f771bdf1cc41145f43639249f4 Mon Sep 17 00:00:00 2001 From: liding Date: Sat, 11 Oct 2025 21:35:53 +0800 Subject: [PATCH] Add extra space on both sides. --- src/styles/global.css | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/styles/global.css b/src/styles/global.css index e063cb3..1a5e7ea 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -18,21 +18,21 @@ body { display: flex; flex-direction: column; font-family: - "Consolas", - "Hack", - Tahoma, - Arial, - "Hiragino Sans GB", - "Microsoft YaHei", - "WenQuanYi Micro Hei", - sans-serif, - "Apple Color Emoji", - "Segoe UI Emoji", - "Segoe UI Symbol", - "Noto Color Emoji"; + "Consolas", + "Hack", + Tahoma, + Arial, + "Hiragino Sans GB", + "Microsoft YaHei", + "WenQuanYi Micro Hei", + sans-serif, + "Apple Color Emoji", + "Segoe UI Emoji", + "Segoe UI Symbol", + "Noto Color Emoji"; font-size: 1em; margin: auto; - overflow-y: scroll; + padding: 0 8px 0 8px; min-height: 100%; line-height: 1.5; }