Changed style

This commit is contained in:
zeldaroot 2020-04-25 01:13:10 +03:00
parent 4825472b98
commit 9e888d4304
1 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
</div>
<% if (typeof content === 'object') { %>
<% if (typeof content === 'object' && page.current_page === 1) { %>
<div class="page_block">
<div class="cinemapress-content">
<% if (content.image) { %>
@ -270,7 +270,7 @@
</div>
<% } %>
<% if (typeof content === 'object') { %>
<% if (typeof content === 'object' && page.current_page === 1) { %>
<% if (page.comments) { %>
<div style="padding: 10px;">
<%- page.comments %>