1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-25 14:30:46 +02:00

docs(examples): improve headings hierarchy

This commit is contained in:
Gaël Poupard
2020-06-10 10:12:09 +02:00
committed by Mark Otto
parent 7b30cb9b77
commit 6fa3dfe8d9

View File

@@ -21,7 +21,7 @@ aliases: "/examples/"
alt="" alt=""
width="480" height="300" width="480" height="300"
loading="lazy"> loading="lazy">
<h5 class="mb-1">{{ $example.name }}</h5> <h3 class="h5 mb-1">{{ $example.name }}</h3>
</a> </a>
<p class="text-muted">{{ $example.description }}</p> <p class="text-muted">{{ $example.description }}</p>
</div> </div>