diff --git a/static/css/main.css b/static/css/main.css index 85334af..489c67a 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -194,6 +194,14 @@ line-height: 1.7em; } +main a:hover { + text-decoration: underline; +} + +main article .fa, main article .fas { + font-size: 10pt; +} + article img { display: block; margin: 3em auto; diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index a6815e8..ca41abd 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -36,7 +36,7 @@ {% endif %}
- {{ article.post.content | safe }} + {{ article.post.content | safe | replace(from="", to=" ") }}