forked from Gitlink/forgeplus-react
修改首页底部字体自适应
This commit is contained in:
parent
94488ab407
commit
c9177787c0
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue