diff options
| author | Gaƫl Poupard <[email protected]> | 2020-06-10 10:12:09 +0200 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2020-06-14 14:47:56 -0700 |
| commit | 6fa3dfe8d9d2b53cfcec600f5fafad97bd431d67 (patch) | |
| tree | 049355f821e66cc19d7799eaf06da21fd47092fa | |
| parent | 7b30cb9b7791b2d68d10066a5e7df3fd232dde12 (diff) | |
| download | bootstrap-6fa3dfe8d9d2b53cfcec600f5fafad97bd431d67.tar.xz bootstrap-6fa3dfe8d9d2b53cfcec600f5fafad97bd431d67.zip | |
docs(examples): improve headings hierarchy
| -rw-r--r-- | site/content/docs/5.0/examples/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.0/examples/_index.md b/site/content/docs/5.0/examples/_index.md index 0e644b55a..62a7a2a8f 100644 --- a/site/content/docs/5.0/examples/_index.md +++ b/site/content/docs/5.0/examples/_index.md @@ -21,7 +21,7 @@ aliases: "/examples/" alt="" width="480" height="300" loading="lazy"> - <h5 class="mb-1">{{ $example.name }}</h5> + <h3 class="h5 mb-1">{{ $example.name }}</h3> </a> <p class="text-muted">{{ $example.description }}</p> </div> |
