mirror of
https://hub.gitmirror.com/https://github.com/ExamAware/ExamShowboard-Legacy.git
synced 2025-04-29 07:56:33 +00:00
fix: 减小标题字体
This commit is contained in:
parent
61e21bc2ad
commit
13b1434951
@ -45,10 +45,10 @@ const currentExam = computed(() => {
|
||||
}
|
||||
|
||||
.large-title {
|
||||
font-size: 4em; /* 放大h1文字 */
|
||||
font-size: 3em; /* 放大h1文字 */
|
||||
}
|
||||
|
||||
.medium-title {
|
||||
font-size: 2em; /* 略小一点的h2文字 */
|
||||
font-size: 1em; /* 略小一点的h2文字 */
|
||||
}
|
||||
</style>
|
||||
|
Loading…
x
Reference in New Issue
Block a user