Skip to content

Commit cd39908

Browse files
authored
Update 404.html
1 parent ea5a3c0 commit cd39908

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

404.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#siteheader, aside, footer, article { border: 2px solid #4CAF50; border-radius: 25px; margin-bottom: 5px; padding: 8px; }
1818
h1, h2, h3, h4, h5, h6, strong { color: #862d2d; }
1919
h2, h3, div.centered { text-align:center; }
20+
#siteheader h2 {font-size: 2em; text-align: center;}
2021
div.centered img { margin-top: 8px; }
2122
a { color: #005500; }
2223
a:visited { color:#862d2d; }
@@ -53,7 +54,7 @@
5354
</head>
5455
<body>
5556
<header id="siteheader">
56-
<h1>
57+
<h2>
5758
<a href="/">
5859
<picture>
5960
<source id="logo"
@@ -72,7 +73,7 @@ <h1>
7273
images/jpt320.png 320w">
7374
</picture>
7475
</a>
75-
</h1>
76+
</h2>
7677
<nav>
7778
<input type="checkbox" id="toggle">
7879
<label for="toggle" id="menu-icon">&#9776;</label>

0 commit comments

Comments
 (0)