diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 40a68d05..a1552e8d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -32,7 +32,7 @@ export default function Index() {

- {progressText.data || "??.???%"} + {progressText.data || "??.??%"}

diff --git a/src/pages/progress.module.css b/src/pages/progress.module.css index 6f88dce1..4d5a7f7f 100644 --- a/src/pages/progress.module.css +++ b/src/pages/progress.module.css @@ -5,7 +5,7 @@ .container { flex: 0; align-self: center; - margin: 0 auto; + margin: 125px auto; max-width: 1000px; width: 100%;