Fix layout probelm in using different fonts.

This commit is contained in:
liding 2024-06-26 17:14:20 +08:00
parent 109357e8e2
commit 2f54cf304a

View File

@ -200,7 +200,7 @@ p,
.size-text {
margin: 0 6px 0 0;
width: 130px
width: 125px
}
@media screen and (max-width: 395px) {
@ -209,7 +209,7 @@ p,
}
.size-text {
width: 90px;
width: 85px;
}
}