changed width to fit my needs

This commit is contained in:
root 2023-06-15 21:42:03 +02:00
parent 9b1727f241
commit 0a79c3c2ed
2 changed files with 3 additions and 3 deletions

View File

@ -8,4 +8,4 @@
<ul class="entry-footer">
<a href="{$id|link:comments_link}#comments">{$comments|tag:comments_number} {if $views}(<strong>{$views}</strong> views)</a>{/if}
</ul>
</div>
</div>

View File

@ -120,8 +120,8 @@ h6 { font-size: 0.9em }
/* ===== DIV CONTAINER ALL ELEMENTS BLOCK ===== */
#body-container {
text-align: left;
width: 67% !important;
width: 67%; /* fix for I.E. */
width: 72% !important;
width: 72%; /* fix for I.E. */
margin: 0 auto 10px auto;
padding: 5px;
background-color: #2D2D2D