fixed issue in title display

This commit is contained in:
jack 2018-04-19 23:40:20 +08:00
parent c5cc509bdc
commit 1fed5e6798
1 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@
font-weight: normal;
}
.data-content h2{
line-height: 18px;
line-height: 28px;
font-size: 18px;
color: #272727;
}
.data-content h3{
height: 28px;
line-height: 28px;
padding: 10px;
line-height: 18px;
font-size: 16px;
color: #272727;
}