Skip to content

Commit ea5a3c0

Browse files
authored
Update index.html
1 parent fa3f893 commit ea5a3c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
body { background-color: #f6f0bb; font-family: Arial, Helvetica, sans-serif; }
2727
#siteheader, aside, footer { background-color: #bfd9bf; }
2828
#siteheader, aside, footer, article { border: 2px solid #4CAF50; border-radius: 25px; margin-bottom: 5px; padding: 8px; }
29+
#siteheader h2 {font-size: 2em; text-align: center;}
2930
img.respimg { max-width: 100%; height: auto; }
3031
h1, h2, h3, h4, h5, h6, strong { color: #862d2d; }
3132
h1, h2, h3, div.sponsor-badges, div.center { text-align:center; }
@@ -62,7 +63,7 @@
6263
<body>
6364
<header itemprop="hasPart" itemscope itemtype="https://schema.org/WPHeader" id="siteheader">
6465
<div itemscope>
65-
<h1>
66+
<h2>
6667
<a href=".">
6768
<picture id="logo" itemprop="primaryImageOfPage" itemscope itemtype="http://schema.org/ImageObject">
6869
<source
@@ -91,7 +92,7 @@ <h1>
9192
1280px">
9293
</picture>
9394
</a>
94-
</h1>
95+
</h2>
9596
<nav>
9697
<input type="checkbox" id="toggle">
9798
<label for="toggle" id="menu-icon">&#9776;</label>

0 commit comments

Comments
 (0)