Skip to content

Commit 497f3a4

Browse files
committed
removido classe css inexistente do template de artigo
1 parent de35fc5 commit 497f3a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

theme/templates/article.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<img class="article-avatar" alt="{{ article.author }}" src="{{ article.author_gravatar }}">
3535
</a>
3636
<h2 class="article-info">{{ article.author }}</h2>
37-
<div class="centro-relativo-horizontal">
37+
<div>
3838
<ul class="author-social">
3939
{% if article.gittip %}
4040
<li>

0 commit comments

Comments
 (0)