]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: drop useless `.justify-content-start` class in homepage (#40914)
authorJulien Déramond <juderamond@gmail.com>
Mon, 7 Oct 2024 06:47:26 +0000 (08:47 +0200)
committerGitHub <noreply@github.com>
Mon, 7 Oct 2024 06:47:26 +0000 (08:47 +0200)
site/layouts/partials/home/components-utilities.html
site/layouts/partials/home/css-variables.html
site/layouts/partials/home/customize.html
site/layouts/partials/home/icons.html
site/layouts/partials/home/plugins.html
site/layouts/partials/home/themes.html

index e18b403ded7290d0beb812a0b0127b456c011e4b..1f2534600a21a33adf554ed19510f824e7f2eda3 100644 (file)
@@ -52,7 +52,7 @@
   </li>
 </ul>
 `) "html" "" }}
-      <p class="d-flex justify-content-start mb-md-0">
+      <p class="d-flex mb-md-0">
         <a href="/docs/{{ .Site.Params.docs_version }}/examples/#snippets" class="icon-link icon-link-hover fw-semibold">
           Explore customized components
           <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
@@ -77,7 +77,7 @@ $utilities: map-merge(
 );
 `) "scss" "" }}
 
-      <p class="d-flex justify-content-start mb-md-0">
+      <p class="d-flex mb-md-0">
         <a href="/docs/{{ .Site.Params.docs_version }}/utilities/api/" class="icon-link icon-link-hover fw-semibold mb-3">
           Explore the utility API
           <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
index 750db340944d11b9d442c3844d2df82d0b7afd52..dd59167fa62900451cfe301304c89dcf1974d89a 100644 (file)
@@ -7,7 +7,7 @@
     <p class="lead fw-normal">
       Bootstrap 5 is evolving with each release to better utilize CSS variables for global theme styles, individual components, and even utilities. We provide dozens of variables for colors, font styles, and more at a <code>:root</code> level for use anywhere. On components and utilities, CSS variables are scoped to the relevant class and can easily be modified.
     </p>
-    <p class="d-flex align-items-start flex-column lead fw-normal mb-0">
+    <p class="d-flex flex-column lead fw-normal mb-0">
       <a href="/docs/{{ .Site.Params.docs_version }}/customize/css-variables/" class="icon-link icon-link-hover fw-semibold mb-3">
         Learn more about CSS variables
         <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
index 98edf5633d68f09ccfa7feee249c4f8b78deaad7..2370df9a8502f4078d072b769a93ef8b0185f07a 100644 (file)
@@ -6,7 +6,7 @@
   <p class="lead fw-normal">
     Bootstrap utilizes Sass for a modular and customizable architecture. Import only the components you need, enable global options like gradients and shadows, and write your own CSS with our variables, maps, functions, and mixins.
   </p>
-  <p class="d-flex justify-content-start lead fw-normal">
+  <p class="d-flex lead fw-normal">
     <a href="/docs/{{ .Site.Params.docs_version }}/customize/overview/" class="icon-link icon-link-hover fw-semibold">
       Learn more about customizing
       <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
index c510d9472a2908563384ab3842bd171d00f6d210..2de688fddd924479a545d300b94d234dba5a7710 100644 (file)
@@ -7,7 +7,7 @@
     <p class="lead fw-normal">
       <a href="{{ .Site.Params.icons }}">Bootstrap Icons</a> is an open source SVG icon library featuring over 1,800 glyphs, with more added every release. They're designed to work in any project, whether you use Bootstrap itself or not. Use them as SVGs or icon fonts—both options give you vector scaling and easy customization via CSS.
     </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.icons }}" class="icon-link icon-link-hover fw-semibold">
         Get Bootstrap Icons
         <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
index d352ce8fe2c629c57bc9a84a6b7f687ef1489a89..00cf8133a0db215bfca2f1eafbe078a4baa17c50 100644 (file)
@@ -7,7 +7,7 @@
     <p class="lead fw-normal">
       Add toggleable hidden elements, modals and offcanvas menus, popovers and tooltips, and so much more—all without jQuery. Bootstrap's JavaScript is HTML-first, meaning most plugins are added with <code>data</code> attributes in your HTML. Need more control? Include individual plugins programmatically.
     </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="/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/" class="icon-link icon-link-hover fw-semibold">
         Learn more about Bootstrap JavaScript
         <svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
index f5549151fff109ea53b9cd4a0c8ca41c218ab509..142cef89ed9d04c9f255958b9f6804595d17f6e2 100644 (file)
@@ -7,7 +7,7 @@
     <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" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>