diff --git a/frontend/src/components/app-layout/footer/index.vue b/frontend/src/components/app-layout/footer/index.vue index 248c4ce4d..76c5e73d6 100644 --- a/frontend/src/components/app-layout/footer/index.vue +++ b/frontend/src/components/app-layout/footer/index.vue @@ -19,13 +19,13 @@ border-top: 1px solid #e4e7ed; box-sizing: border-box; a { - font-size: 14px; + font-size: 12px; color: #858585; text-decoration: none; letter-spacing: 0.5px; } span { - font-size: 14px; + font-size: 12px; color: #858585; text-decoration: none; letter-spacing: 0.5px; diff --git a/frontend/src/components/card-with-header/index.vue b/frontend/src/components/card-with-header/index.vue index 46169fe56..9a569aa04 100644 --- a/frontend/src/components/card-with-header/index.vue +++ b/frontend/src/components/card-with-header/index.vue @@ -2,7 +2,6 @@
- {{ header }}
@@ -24,20 +23,36 @@ defineProps({