diff --git a/site/content/docs/5.3/helpers/icon-link.md b/site/content/docs/5.3/helpers/icon-link.md index 1e5cc8b127d3..1ee2aa67226a 100644 --- a/site/content/docs/5.3/helpers/icon-link.md +++ b/site/content/docs/5.3/helpers/icon-link.md @@ -22,7 +22,9 @@ Take a regular `` element, add `.icon-link`, and insert an icon on either the {{< example >}} - + Icon link {{< /example >}} @@ -30,7 +32,9 @@ Take a regular `` element, add `.icon-link`, and insert an icon on either the {{< example >}} Icon link - + {{< /example >}} @@ -41,7 +45,9 @@ Add `.icon-link-hover` to move the icon to the right on hover. {{< example >}} Icon link - + {{< /example >}} @@ -57,7 +63,10 @@ Customize the hover `transform` by overriding the `--bs-icon-link-transform` CSS {{< example >}} - + Icon link {{< /example >}} @@ -67,7 +76,9 @@ Customize the color by overriding the `--bs-link-*` CSS variable: {{< example >}} Icon link - + {{< /example >}} @@ -84,6 +95,8 @@ Modify icon links with any of [our link utilities]({{< docsref "/utilities/link/ {{< example >}} Icon link - + {{< /example >}}