diff --git a/src/pages/pc/home/index.vue b/src/pages/pc/home/index.vue
index f0ee4c94..be7deda2 100644
--- a/src/pages/pc/home/index.vue
+++ b/src/pages/pc/home/index.vue
@@ -12,8 +12,8 @@ import Radio from "@/pages/pc/components/base/radio/Radio.vue";
记忆不再盲目,学习更高效,开源单词与文章练习工具
- 练习单词
- 练习文章
+ 单词练习
+ 文章练习
@@ -92,9 +92,12 @@ h1 {
h2 {
margin: 0;
}
+h3:first-child{
+ margin-top: 0;
+}
.card {
- @apply flex flex-col items-start gap-2 flex-1;
+ @apply flex flex-col items-start gap-2 flex-1 mb-0;
.emoji {
display: inline-block;
background: var(--color-third);