Fix
This commit is contained in:
parent
62c4824b0f
commit
d19b9831e2
|
@ -48,16 +48,6 @@
|
||||||
line-height: 2;
|
line-height: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
|
||||||
.post-content {
|
|
||||||
font-size: 15.5px;
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
|
||||||
.pag-back {
|
|
||||||
margin-left: 6px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.post-content h3,
|
.post-content h3,
|
||||||
.post-content h4,
|
.post-content h4,
|
||||||
.post-content h5,a
|
.post-content h5,a
|
||||||
|
@ -435,3 +425,13 @@ img.in-text {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.post-content {
|
||||||
|
font-size: 15.5px;
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
||||||
|
.pag-back {
|
||||||
|
margin-left: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue