]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
homepage: fix headings hierarchy (#30871)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 20 May 2020 10:04:36 +0000 (13:04 +0300)
committerGitHub <noreply@github.com>
Wed, 20 May 2020 10:04:36 +0000 (13:04 +0300)
site/layouts/partials/home/masthead-followup.html

index bf2a51cf07ecb48ed4ec3ec7cd41a1a42788e7f4..0c8f26063a5f0e6176ed00e43032e240c138ec28 100644 (file)
@@ -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" "" }}