fix(style): fix title style

This commit is contained in:
Dillon
2020-03-10 20:33:37 +08:00
parent 1e2ac5bc67
commit a4878c3e63
4 changed files with 11 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
/** Single **/
.single {
.single-title {
margin: 0;
font-size: 1.8rem;
line-height: 3rem;
margin: 0.8rem 0;
font-size: 1.6rem;
line-height: 140%;
}
.post-meta {