diff --git a/frontend/src/components/common/Card.vue b/frontend/src/components/common/Card.vue
new file mode 100644
index 0000000..49296f5
--- /dev/null
+++ b/frontend/src/components/common/Card.vue
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/frontend/src/components/common/TodoChart.vue b/frontend/src/components/common/TodoChart.vue
index e62f0a7..8f07255 100644
--- a/frontend/src/components/common/TodoChart.vue
+++ b/frontend/src/components/common/TodoChart.vue
@@ -232,11 +232,13 @@ watch(() => props.completedNumber, (newValue) => {
.chart-wrapper {
position: relative;
- height: 300px;
- margin-top: 20px;
+ height: 200px;
+ width: 200px;
+ /*margin-top: 20px;*/
display: flex;
align-items: center;
justify-content: center;
+ padding: 0;
}
.chart-canvas {
diff --git a/frontend/src/components/pages/Home.vue b/frontend/src/components/pages/Home.vue
index 6c60720..9cee6a9 100644
--- a/frontend/src/components/pages/Home.vue
+++ b/frontend/src/components/pages/Home.vue
@@ -4,7 +4,7 @@
-
+