Fix
This commit is contained in:
parent
e6b7a2d88c
commit
9cbd8af447
|
@ -51,9 +51,7 @@
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
.post-content {
|
.post-content {
|
||||||
font-size: 15.5px;
|
font-size: 15.5px;
|
||||||
letter-spacing: 0px;
|
word-break: break-all;
|
||||||
line-height: 1.6;
|
|
||||||
word-break: break-word;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue