summaryrefslogtreecommitdiff
path: root/layout
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-10 00:33:00 +0800
committerDoge <[email protected]>2021-05-10 00:33:00 +0800
commit03a1b17b9dea3a81e9610e961b99b2465c4e7c57 (patch)
tree3ec22efa257872333a2e8d801402a9bac9384b0f /layout
parent37af3922761fd0c982ba2ffec11bfa1850269702 (diff)
downloadchromate-03a1b17b9dea3a81e9610e961b99b2465c4e7c57.tar.gz
chromate-03a1b17b9dea3a81e9610e961b99b2465c4e7c57.tar.bz2
chromate-03a1b17b9dea3a81e9610e961b99b2465c4e7c57.zip
Fix incorrect position
Diffstat (limited to 'layout')
-rw-r--r--layout/post.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/layout/post.ejs b/layout/post.ejs
index 4a9b2f1..4b16008 100644
--- a/layout/post.ejs
+++ b/layout/post.ejs
@@ -1,6 +1,6 @@
<div class="columns">
<div class="column is-8 is-offset-2">
- <div class="card post-card">
+ <div class="card">
<% if (page.thumbnail) { %>
<div class="card-iamge">
<figure class="image is-16by9">
@@ -12,7 +12,7 @@
</figure>
</div>
<% } %>
- <div class="card-content">
+ <div class="card-content post-card">
<h2 class="title has-text-centered">
<%= page.title %>
</h2>