Skip to content

Commit f745337

Browse files
fix: mobile view
1 parent 5c1ea49 commit f745337

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

app/styles/app.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ a.class-field-description--link:hover svg {
144144
}
145145

146146
.whoops__message {
147-
margin: var(--spacing-4);
147+
margin: var(--spacing-2);
148+
text-align: center;
148149
}
149150
}

app/templates/not-found.hbs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
<article class="whoops">
22
<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>
43
<div class="whoops__message">
5-
<span>
6-
<LinkTo @route='index'>Click here to go home</LinkTo>
7-
</span>
4+
<h2>Ack! 404 friend, you're in the wrong place</h2>
5+
<LinkTo @route='index'>Click here to go home</LinkTo>
86
</div>
97
</article>

0 commit comments

Comments
 (0)