Center content on posts

This commit is contained in:
Yukimi Kazari 2017-06-06 12:10:51 -04:00
parent d18f5bb167
commit c00bfe8499
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@
unset($total, $count);
endif
?>
<center>
<div class="content">
<div class="sidebar" style="display: none;">
<?php if ($this->showing_holds_only) : ?>
@ -72,6 +72,7 @@
<?= $this->partial('horizontal', ['position' => 'bottom', 'center' => true]) ?>
<?php endif ?>
</div>
</center>
</div>
<?= $this->contentFor('post_cookie_javascripts', function() { ?>