refactor: ♻️ 优化缩小登录标题的字间距

Former-commit-id: 5f613b6142d58c96cf562c052cf93bb1117caac5
This commit is contained in:
hxr
2023-07-22 00:27:47 +08:00
parent ad86de6fe3
commit 28f8395359

View File

@@ -223,7 +223,7 @@ onMounted(() => {
filter: contrast(30);
.title {
letter-spacing: 8px;
letter-spacing: 4px;
animation: showup 3s forwards;
}
@@ -233,7 +233,7 @@ onMounted(() => {
}
100% {
letter-spacing: 8px;
letter-spacing: 4px;
}
}
}