M layouts/_default/single.html => layouts/_default/single.html +1 -1
@@ 54,7 54,7 @@
</div>
{{- end -}}
- <div class="e-content justify">
+ <div class="e-content">
{{ .Content }}
</div>
M static/css/style.css => static/css/style.css +0 -1
@@ 14,7 14,6 @@ figure {margin: auto}
img {display: block; max-width: 100%; height: auto; margin: auto}
.avatar {width: 128px; height: 128px;border-radius: 50%;}
.alert{color: var(--fontcolor); background: var(--alertbgcolor); padding:24px; overflow-x: auto}
-.justify{text-align: justify;}
.article-nextprev{display:flex; flex-flow: row wrap-reverse; justify-content: space-between;}
hr{margin:15px 33% 15px; border-color: var(--hrcolor); border-width:3px;}
blockquote{background: var(--blockquotecolor); margin: auto; padding: 5px 25px;}