Skip to content

Commit 164408a

Browse files
authored
Merge pull request #94 from ember-learn/fix-overview-post-view
fix overview & post view font weight & spacing discrepancy
2 parents ada31ad + 2ffb35f commit 164408a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/post.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<img class="times-logo mb-4" src="/ember-times-logo.png" alt="" role="presentation">
55
{{/if}}
66
<header>
7-
<h1 class="post-content-title bold">{{post.title}}</h1>
7+
<h1 class="mb-1">{{post.title}}</h1>
88
</header>
99

10-
<div class="text-muted">
10+
<div class="text-muted mb-3">
1111
<time>{{moment-format post.date 'MMM Do, YYYY'}}</time> &ndash;
1212
<AuthorList @post={{post}} />
1313
</div>

0 commit comments

Comments
 (0)