From e876a68de3de08b60ebbce07b2670de32cdc5cb8 Mon Sep 17 00:00:00 2001 From: Damillora Date: Thu, 22 Apr 2021 17:45:11 +0700 Subject: [PATCH] fix: adjust image sizes --- partials/post-background.hbs | 6 ++++-- partials/post-card.hbs | 2 +- post.hbs | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/partials/post-background.hbs b/partials/post-background.hbs index b423d26..63499fa 100644 --- a/partials/post-background.hbs +++ b/partials/post-background.hbs @@ -13,10 +13,12 @@ for it, and apply those styles to the
tag. Else, we just output a
{{#if feature_image}} - {{title}} {{else}} - {{title}} {{/if}}
diff --git a/partials/post-card.hbs b/partials/post-card.hbs index ce117d1..c53c255 100644 --- a/partials/post-card.hbs +++ b/partials/post-card.hbs @@ -46,7 +46,7 @@ {{#if profile_image}}
- {{name}} + {{name}}
{{/if}} diff --git a/post.hbs b/post.hbs index c265cb8..84a090d 100644 --- a/post.hbs +++ b/post.hbs @@ -25,7 +25,7 @@ {{#if profile_image}}
- {{name}} + {{name}}
{{/if}} @@ -109,4 +109,4 @@ {{#contentFor "scripts"}} - {{/contentFor}} \ No newline at end of file + {{/contentFor}}