Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2020-05-20 13:04:36 +0300
committerGitHub <noreply@github.com>2020-05-20 13:04:36 +0300
commit3b06411402406bbe89e83a67e7377916a9f356a3 (patch)
tree25420260408af9ceffef97b79e20bbee34c06628 /site/layouts
parente1f320851a611e57a694fe50f64b2bc611574834 (diff)
homepage: fix headings hierarchy (#30871)
Diffstat (limited to 'site/layouts')
-rw-r--r--site/layouts/partials/home/masthead-followup.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html
index bf2a51cf07..0c8f26063a 100644
--- a/site/layouts/partials/home/masthead-followup.html
+++ b/site/layouts/partials/home/masthead-followup.html
@@ -25,9 +25,9 @@
</p>
<a class="btn btn-lg btn-outline-primary mb-4" href="/docs/{{ .Site.Params.docs_version }}/getting-started/introduction/">Explore the docs</a>
<div class="text-left mx-md-5 px-md-5">
- <h5>CSS only</h5>
+ <h3 class="h5">CSS only</h3>
{{ highlight (printf (`<link rel="stylesheet" href="%s" integrity=%q crossorigin="anonymous">`) .Site.Params.cdn.css (.Site.Params.cdn.css_hash | safeHTMLAttr)) "html" "" }}
- <h5>JS and Popper.js</h5>
+ <h3 class="h5">JS and Popper.js</h3>
{{ highlight (printf (`<script src="%s" integrity=%q crossorigin="anonymous"></script>
<script src="%s" integrity=%q crossorigin="anonymous"></script>
`) .Site.Params.cdn.popper (.Site.Params.cdn.popper_hash | safeHTMLAttr) .Site.Params.cdn.js (.Site.Params.cdn.js_hash | safeHTMLAttr)) "html" "" }}