diff --git a/assets/css/styles.css b/assets/css/styles.css index 26216de..2208cec 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -214,7 +214,7 @@ footer { /* 5. Post Card */ .post-card .excerpt { - max-height: 3.75rem; + max-height: 5rem; } .primary-tag-header { diff --git a/author.hbs b/author.hbs index de34c6a..424e781 100644 --- a/author.hbs +++ b/author.hbs @@ -49,7 +49,7 @@ {{/author}} -
+
{{#foreach posts}} {{> "post-card"}} {{/foreach}} diff --git a/index.hbs b/index.hbs index 811d959..c302c6c 100644 --- a/index.hbs +++ b/index.hbs @@ -6,7 +6,7 @@
-
+
{{#foreach posts}} {{> "post-card"}} {{/foreach}} diff --git a/tag.hbs b/tag.hbs index a5f642f..d6c28cf 100644 --- a/tag.hbs +++ b/tag.hbs @@ -27,7 +27,7 @@
{{/tag}} -
+
{{#foreach posts}} {{> "post-card"}} {{/foreach}}