~bacardi55/MinIndie

98dfd5f7d26dbc2c324aa3dc1ee434a133140ea9 — bacardi55 6 months ago 8c02ab9
remove justify for accessibility
2 files changed, 1 insertions(+), 2 deletions(-)

M layouts/_default/single.html
M static/css/style.css
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;}