fix: 减小标题字体

This commit is contained in:
MKStoler 2024-09-28 06:36:42 +08:00
parent 61e21bc2ad
commit 13b1434951

View File

@ -45,10 +45,10 @@ const currentExam = computed(() => {
} }
.large-title { .large-title {
font-size: 4em; /* 放大h1文字 */ font-size: 3em; /* 放大h1文字 */
} }
.medium-title { .medium-title {
font-size: 2em; /* 略小一点的h2文字 */ font-size: 1em; /* 略小一点的h2文字 */
} }
</style> </style>