aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/blog/partials/base.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html
index be190670..b0838887 100644
--- a/templates/blog/partials/base.html
+++ b/templates/blog/partials/base.html
@@ -64,11 +64,16 @@
</td>
<hr>
</div>
- <div class="content">
+ <div class="content" style="
+ width: 1010px;
+ margin: 0 auto;
+ box-sizing: border-box;
+ padding: 10px 0px 20px 0px;
+">
<center>
<table style="table-layout: fixed; width: 1000px;">
<td width="250px" style="vertical-align:top;">{% include 'blog/partials/sidebar.html' %}</td>
- <td width="750px" style="vertical-align:top;"><div class="content">{% block content %} {% endblock %}</div></td>
+ <td width="750px" style="vertical-align:top;"><div>{% block content %} {% endblock %}</div></td>
</table>
</center>
</div>