Skip to content

Commit 0d6c64f

Browse files
authored
fix: Font size is too large, causing display issues in some browsers (#520)
1 parent deed8d3 commit 0d6c64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GlobalHeader/index.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
}
3535

3636
.text {
37-
font-size: 20px;
37+
font-size: 16px;
3838
font-weight: 600;
3939
margin-left: 24px;
4040
}

0 commit comments

Comments
 (0)