Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoway.CI <joway.w@gmail.com>2020-05-13 08:29:18 +0300
committerJoway.CI <joway.w@gmail.com>2020-05-13 08:29:18 +0300
commitb1f57c9dd58f94b455a2c19b08974cf9f4817204 (patch)
treeffa6510aee346076dbee2afbd0b4e546797d2a87
parent23aa5eac37fb2e095d345f394271a02ff28baf34 (diff)
rm text-align
-rw-r--r--static/css/index.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/css/index.css b/static/css/index.css
index f6a29d2..72165d0 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -119,9 +119,9 @@ a:hover {
.post-content {
padding: 0 12px;
}
- /* .post-content p {
+ .post-content p {
letter-spacing: 0.05em;
- } */
+ }
}
.post-content img {
@@ -165,7 +165,7 @@ a:hover {
.post-content p {
hyphens: auto;
line-height: 1.8;
- text-align: justify;
+ /* text-align: justify; */
text-justify: ideographic;
margin-bottom: 1em;
}