diff --git a/static/css/main.css b/static/css/main.css index 489c67ac..b6196183 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -194,13 +194,9 @@ line-height: 1.7em; } -main a:hover { - text-decoration: underline; -} - -main article .fa, main article .fas { - font-size: 10pt; -} + main a:hover { + text-decoration: underline; + } article img { display: block; diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index ca41abdc..a6815e88 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -36,7 +36,7 @@ {% endif %}
- {{ article.post.content | safe | replace(from="", to=" ") }} + {{ article.post.content | safe }}