We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ada31ad + 2ffb35f commit 164408aCopy full SHA for 164408a
app/templates/post.hbs
@@ -4,10 +4,10 @@
4
<img class="times-logo mb-4" src="/ember-times-logo.png" alt="" role="presentation">
5
{{/if}}
6
<header>
7
- <h1 class="post-content-title bold">{{post.title}}</h1>
+ <h1 class="mb-1">{{post.title}}</h1>
8
</header>
9
10
- <div class="text-muted">
+ <div class="text-muted mb-3">
11
<time>{{moment-format post.date 'MMM Do, YYYY'}}</time> –
12
<AuthorList @post={{post}} />
13
</div>
0 commit comments