diff options
author | Doge <[email protected]> | 2021-05-10 02:11:31 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-10 02:11:31 +0800 |
commit | 51256481ae21a224b6e2b59441568e23909fcbc3 (patch) | |
tree | b64965de1b55dad634455fc3801b1ca28e9758e9 /layout | |
parent | 76d845da651bb474f5d933dab1298c72d91d3a35 (diff) | |
download | chromate-51256481ae21a224b6e2b59441568e23909fcbc3.tar.gz chromate-51256481ae21a224b6e2b59441568e23909fcbc3.tar.bz2 chromate-51256481ae21a224b6e2b59441568e23909fcbc3.zip |
Fix padding error
Diffstat (limited to 'layout')
-rw-r--r-- | layout/post.ejs | 2 |
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"> |