Skip to content

Commit

Permalink
Update subheading from <h2> to <p>
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 7, 2022
1 parent 877036a commit ce6cdd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion org.whatwg.awesome/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<header>
<hgroup>
<h1><a href="/">The WHATWG Blog <img crossorigin src="https://resources.whatwg.org/logo.svg" alt=""></a></h1>
<h2 class="description"><?php bloginfo('description'); ?></h2>
<p class="description"><?php bloginfo('description'); ?></p>
</hgroup>
</header>
2 changes: 1 addition & 1 deletion org.whatwg.awesome/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ h2 > a { display: block; border: 0; }
header { margin:3em 0 3em 0; width: 100%; text-align: center; padding-bottom:0.25em; }
header img { height:.8em }
header a { border-bottom:none; color:#3c790a }
.description:first-of-type { margin: 0; color: rgb(0,0,0); padding: 0; }
.description:first-of-type { margin: 0; color: rgb(0,0,0); padding: 0; font-size: 1.333em; font-family: Rockwell, Georgia, serif; }

/* Footer */
footer { clear: left; padding: 0.675em 0 0 0; margin: 1.25em 0; font-size: 0.8em; }
Expand Down

0 comments on commit ce6cdd1

Please sign in to comment.