aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-24 03:53:57 -0500
committerGitHub <[email protected]>2022-11-24 03:53:57 -0500
commit7856de69b45eb3cf020b5930bb74b5c7e1fd1dfd (patch)
tree89ec8d66ccbda4833d4f4634359e71d47df87ef8
parent353fb202055ea7a2127fa0b3d1096ed36b60927a (diff)
downloadthatcomputerscientist-7856de69b45eb3cf020b5930bb74b5c7e1fd1dfd.tar.xz
thatcomputerscientist-7856de69b45eb3cf020b5930bb74b5c7e1fd1dfd.zip
Update base.html
-rw-r--r--templates/blog/partials/base.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/blog/partials/base.html b/templates/blog/partials/base.html
index 7438607c..af799166 100644
--- a/templates/blog/partials/base.html
+++ b/templates/blog/partials/base.html
@@ -64,16 +64,16 @@
</td>
<hr>
</div>
- <div class="content">
- <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" style="
+ <div class="content" style="
width: 1000px;
margin: 0 auto;
box-sizing: border-box;
padding: 10px 0px 20px 0px;
-">{% block content %} {% endblock %}</div></td>
+">
+ <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>{% block content %} {% endblock %}</div></td>
</table>
</center>
</div>