This commit is contained in:
Morgan 2023-11-08 16:39:34 +09:00
parent 62c4824b0f
commit d19b9831e2
1 changed files with 10 additions and 10 deletions

View File

@ -48,16 +48,6 @@
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 h4,
.post-content h5,a
@ -435,3 +425,13 @@ img.in-text {
display: inline;
margin: auto;
}
@media (max-width: 768px) {
.post-content {
font-size: 15.5px;
word-break: break-word;
}
.pag-back {
margin-left: 12px;
}
}