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.
1 parent 5c1ea49 commit f745337Copy full SHA for f745337
app/styles/app.css
@@ -144,6 +144,7 @@ a.class-field-description--link:hover svg {
144
}
145
146
.whoops__message {
147
- margin: var(--spacing-4);
+ margin: var(--spacing-2);
148
+ text-align: center;
149
150
app/templates/not-found.hbs
@@ -1,9 +1,7 @@
1
<article class="whoops">
2
<img src="/assets/images/stinky-fish.png" alt="tomster stinky fish"/>
3
- <h2 class="whoops__title">Ack! 404 friend, you're in the wrong place</h2>
4
<div class="whoops__message">
5
- <span>
6
- <LinkTo @route='index'>Click here to go home</LinkTo>
7
- </span>
+ <h2>Ack! 404 friend, you're in the wrong place</h2>
+ <LinkTo @route='index'>Click here to go home</LinkTo>
8
</div>
9
</article>
0 commit comments