summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-10 02:11:31 +0800
committerDoge <[email protected]>2021-05-10 02:11:31 +0800
commit51256481ae21a224b6e2b59441568e23909fcbc3 (patch)
treeb64965de1b55dad634455fc3801b1ca28e9758e9 /layout
parent76d845da651bb474f5d933dab1298c72d91d3a35 (diff)
downloadchromate-51256481ae21a224b6e2b59441568e23909fcbc3.tar.gz
chromate-51256481ae21a224b6e2b59441568e23909fcbc3.tar.bz2
chromate-51256481ae21a224b6e2b59441568e23909fcbc3.zip
Fix padding error
Diffstat (limited to 'layout')
-rw-r--r--layout/post.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/layout/post.ejs b/layout/post.ejs
index 4b16008..fa1940a 100644
--- a/layout/post.ejs
+++ b/layout/post.ejs
@@ -37,7 +37,7 @@
}, false);
</script>
<% } %>
- <section class="content post-content is-size-6">
+ <section class="content is-size-6">
<%- page.content %>
</section>
<div class="level">