diff options
| author | Mark Otto <[email protected]> | 2022-12-26 11:32:43 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-12-26 11:32:43 -0800 |
| commit | 6295d3ba36045252729772b90a60d857dfa13aa9 (patch) | |
| tree | f2542fe79bd96f609a4c16526333d5ec8ec7d6d0 /site/content/docs/5.3/examples | |
| parent | 98ebf3a33612d270e7b4e03ca17566334f531db1 (diff) | |
| download | bootstrap-6295d3ba36045252729772b90a60d857dfa13aa9.tar.xz bootstrap-6295d3ba36045252729772b90a60d857dfa13aa9.zip | |
Few miscellaneous docs fixes (#37625)
* Update hero button color
* Fix link color on examples index
* Move .bd-btn-lg to docs buttons partial, move larger border-radius to that class so medium buttons don't look odd
* Undo the markup split
* Round padding up to whole number
Diffstat (limited to 'site/content/docs/5.3/examples')
| -rw-r--r-- | site/content/docs/5.3/examples/_index.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/site/content/docs/5.3/examples/_index.md b/site/content/docs/5.3/examples/_index.md index 46688839b..d46e38f25 100644 --- a/site/content/docs/5.3/examples/_index.md +++ b/site/content/docs/5.3/examples/_index.md @@ -33,7 +33,9 @@ aliases: "/examples/" alt="" width="480" height="300" loading="lazy"> - <h3 class="h5 mb-1">{{ $example.name }}</h3> + <h3 class="h5 mb-1"> + {{ $example.name }} + </h3> </a> <p class="text-muted">{{ $example.description }}</p> </div> |
