Skip to content

Commit a17d30e

Browse files
Replace tiny by small
tiny is not usual html while small is, and probably what was expected.
1 parent ff6f0f1 commit a17d30e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
big {
2525
font-size: 400%;
2626
}
27-
tiny {
27+
small {
2828
font-size: 70%;
2929
}
3030
.tg {
@@ -79,7 +79,7 @@
7979
<img src="images/gitgitgadget-explanation.png" />
8080
<big>GitGitGadget</big><br />
8181
Contributing git.git patches via GitHub PRs<br />
82-
<tiny>... one iteration at a time... </tiny>
82+
<small>... one iteration at a time... </small>
8383
</div><hr />
8484

8585
<div class="block">

0 commit comments

Comments
 (0)