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

@ -20,7 +20,7 @@ postPage = "post"
{% 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>