Skip to content

Commit dd9b282

Browse files
committed
Change h3 for h2
1 parent 1aa29af commit dd9b282

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
<section class="intro">
1616
<h1>EasyPack Maven Plugin</h1>
17-
<h3>Java applications in tar, zip and tar.gz</h3>
17+
<h2>Java applications in tar, zip and tar.gz</h2>
1818
</section>
1919

2020

resources/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body {
2727
color: #333;
2828
}
2929

30-
.intro h3 {
30+
.intro h2 {
3131
color: #535353;
3232
font-family: 'helvetica neue', Helvetica, Arial;
3333
font-weight: 300;

0 commit comments

Comments
 (0)