修改首页底部字体自适应

This commit is contained in:
何童崇 2021-12-19 10:54:06 +08:00
parent 94488ab407
commit c9177787c0
1 changed files with 5 additions and 5 deletions

View File

@ -159,16 +159,16 @@
.issue-content {
text-align: left;
text-indent: 2em;
font-size: 15px;
font-size: 0.95em;
font-weight: 400;
color: #3c476e;
line-height: 28px;
line-height: 1.75em;
}
.issue-time {
height: 28px;
font-size: 15px;
height: 1.75em;
font-size: 0.95em;
color: #3c476e;
line-height: 28px;
line-height: 1.75em;
}
}