diff options
Diffstat (limited to 'vendor/twbs/bootstrap/site/layouts/partials/home/themes.html')
-rw-r--r-- | vendor/twbs/bootstrap/site/layouts/partials/home/themes.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/twbs/bootstrap/site/layouts/partials/home/themes.html b/vendor/twbs/bootstrap/site/layouts/partials/home/themes.html index 3e286f267..142cef89e 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/home/themes.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/home/themes.html @@ -7,17 +7,17 @@ <p class="lead fw-normal"> Take Bootstrap to the next level with premium themes from the <a href="{{ .Site.Params.themes }}">official Bootstrap Themes marketplace</a>. Themes are built on Bootstrap as their own extended frameworks, rich with new components and plugins, documentation, and powerful build tools. </p> - <p class="d-flex justify-content-start lead fw-normal mb-md-0"> + <p class="d-flex lead fw-normal mb-md-0"> <a href="{{ .Site.Params.themes }}" class="icon-link icon-link-hover fw-semibold"> Browse Bootstrap Themes - <svg class="bi"><use xlink:href="#arrow-right"></use></svg> + <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg> </a> </p> </div> <div class="col-lg-6"> - <img class="img-fluid mt-3 mx-auto" srcset="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png, - /docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes@2x.png 2x" - src="/docs/{{ .Site.Params.docs_version }}/assets/img/bootstrap-themes.png" - alt="Bootstrap Themes" width="700" height="500" loading="lazy"> + {{ partial "responsive-img" (dict "context" . + "imgPath" "/assets/img/bootstrap-themes.png" + "alt" "Bootstrap Themes" + "classes" "d-block mt-3") }} </div> </section> |