tender margin fix

This commit is contained in:
merdan 2021-10-11 12:03:03 +05:00
parent 683fe655df
commit 045c7106c8
1 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ postPage = "post"
<div class="right_top-line right_top-line-2"></div>
<a href="{{'category'|page({slug:category.slug})}}" class="additional">{{'page.more'|_}}</a>
</div>
{% for post in posts %}
<div class="right_top-content">
<div class="right_top-content-top">
<div class="right-top-content-date right-top-content-date-2">
<div class="right-top-content-date">
<span class="date">{{ post.published_at| date('d.m.Y')}}</span>
<span class="time">{{post.published_at|date('H:i')}}</span>
</div>
@ -33,5 +33,5 @@ postPage = "post"
<div class="hr-line"></div>
</div>
{% endfor %}
</div>
</div>