Skip to content
This repository was archived by the owner on May 12, 2019. It is now read-only.

Commit cb39bef

Browse files
committed
adjust error page margins
1 parent 3c1ddd2 commit cb39bef

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: assets/scss/components/_page-error.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ body[data-page='error'] {
1515
width: 500px;
1616
margin: 150px auto 20px;
1717

18-
> h1 {
18+
> h2 {
1919
font-size: 24px;
2020
line-height: 35px;
2121
color: $gray-lightest;

Diff for: error.hbs

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<a class="astronaut" href="#" title="return to base"></a>
1616
</div>
1717
<div class="mayday">
18-
<h1>
18+
<h2>
1919
Houston, we've got a problem. <br>
2020
Houston, 404 error appeared.
21-
</h1>
21+
</h2>
2222
<hr class="divider short">
23-
<h1>
23+
<h2>
2424
What happens now?
25-
</h1>
25+
</h2>
2626
</div>
2727
<div class="astro-options">
2828
<a id="panic-button" class="btn small" href="#">Panic button</a>

0 commit comments

Comments
 (0)