瀏覽代碼

fix(stats): remove page gutter

Adam 1 月之前
父節點
當前提交
d8a1b932eb
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      packages/stats/app/src/routes/index.css

+ 5 - 0
packages/stats/app/src/routes/index.css

@@ -42,6 +42,11 @@
     U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122, U+2212, U+FB01-FB02;
 }
 
+body {
+  min-width: 320px;
+  margin: 0;
+}
+
 [data-page="stats"] {
   color-scheme: light;
   --color-background: #ffffff;