Skip to content

Commit 2f7184e

Browse files
Docs: drop useless .justify-content-start class in homepage (#40914)
1 parent f73113c commit 2f7184e

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

site/layouts/partials/home/components-utilities.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3 class="fw-semibold">Quickly customize components</h3>
5252
</li>
5353
</ul>
5454
`) "html" "" }}
55-
<p class="d-flex justify-content-start mb-md-0">
55+
<p class="d-flex mb-md-0">
5656
<a href="/docs/{{ .Site.Params.docs_version }}/examples/#snippets" class="icon-link icon-link-hover fw-semibold">
5757
Explore customized components
5858
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>
@@ -77,7 +77,7 @@ <h3 class="fw-semibold">Create and extend utilities</h3>
7777
);
7878
`) "scss" "" }}
7979

80-
<p class="d-flex justify-content-start mb-md-0">
80+
<p class="d-flex mb-md-0">
8181
<a href="/docs/{{ .Site.Params.docs_version }}/utilities/api/" class="icon-link icon-link-hover fw-semibold mb-3">
8282
Explore the utility API
8383
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>

site/layouts/partials/home/css-variables.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Build and extend in real-time with
77
<p class="lead fw-normal">
88
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.
99
</p>
10-
<p class="d-flex align-items-start flex-column lead fw-normal mb-0">
10+
<p class="d-flex flex-column lead fw-normal mb-0">
1111
<a href="/docs/{{ .Site.Params.docs_version }}/customize/css-variables/" class="icon-link icon-link-hover fw-semibold mb-3">
1212
Learn more about CSS variables
1313
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>

site/layouts/partials/home/customize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Customize everything with&nbsp;Sass
66
<p class="lead fw-normal">
77
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.
88
</p>
9-
<p class="d-flex justify-content-start lead fw-normal">
9+
<p class="d-flex lead fw-normal">
1010
<a href="/docs/{{ .Site.Params.docs_version }}/customize/overview/" class="icon-link icon-link-hover fw-semibold">
1111
Learn more about customizing
1212
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>

site/layouts/partials/home/icons.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Personalize it with Bootstrap&nbsp;
77
<p class="lead fw-normal">
88
<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.
99
</p>
10-
<p class="d-flex justify-content-start lead fw-normal mb-md-0">
10+
<p class="d-flex lead fw-normal mb-md-0">
1111
<a href="{{ .Site.Params.icons }}" class="icon-link icon-link-hover fw-semibold">
1212
Get Bootstrap Icons
1313
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>

site/layouts/partials/home/plugins.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Powerful JavaScript plugins without
77
<p class="lead fw-normal">
88
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.
99
</p>
10-
<p class="d-flex justify-content-start lead fw-normal mb-md-0">
10+
<p class="d-flex lead fw-normal mb-md-0">
1111
<a href="/docs/{{ .Site.Params.docs_version }}/getting-started/javascript/" class="icon-link icon-link-hover fw-semibold">
1212
Learn more about Bootstrap JavaScript
1313
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>

site/layouts/partials/home/themes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ <h2 class="display-5 mb-3 fw-semibold lh-sm">Make it yours with official Bootstr
77
<p class="lead fw-normal">
88
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.
99
</p>
10-
<p class="d-flex justify-content-start lead fw-normal mb-md-0">
10+
<p class="d-flex lead fw-normal mb-md-0">
1111
<a href="{{ .Site.Params.themes }}" class="icon-link icon-link-hover fw-semibold">
1212
Browse Bootstrap Themes
1313
<svg class="bi" aria-hidden="true"><use xlink:href="#arrow-right"></use></svg>

0 commit comments

Comments
 (0)