diff --git a/app/templates/userpage_get.html b/app/templates/userpage_get.html index 6f08ab7..ae4aa7b 100644 --- a/app/templates/userpage_get.html +++ b/app/templates/userpage_get.html @@ -43,6 +43,17 @@ white-space: pre-wrap; } + .arrow { + padding: 0; + font-size: 20px; + line-height: 21px; + display: inline-block; + } + + .arrow:hover { + cursor: pointer; + } +
@@ -75,7 +86,7 @@Article added on: {{ today_article["date"] }}
Article added on: {{ today_article["date"] }}
{{ today_article["article_title"] }}
{{ today_article["article_body"] }}