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

@@ -27,7 +27,9 @@
}
.single-title {
font-size: 1.6rem;
font-size: 1.4rem;
line-height: 140%;
margin: 0.4rem 0;
}
.content {
@@ -90,7 +92,7 @@
}
.post-footer {
margin-top: .5rem;
margin-top: .4rem;
display: flex;
justify-content: space-between;
align-items: center;