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:
authorJulien Déramond <julien.deramond@orange.com>2022-04-25 09:27:21 +0300
committerMark Otto <otto@github.com>2022-04-29 04:32:22 +0300
commita2edb2afb89beac6f05b926e59d153aa0a0e6f22 (patch)
tree2da72de8b7d4f782297db30a092ffa1e6c8f5c04
parent00d45b11e7088981d52027df65bebf7f5e4c6050 (diff)
Doc: fix offset content for examples page
-rw-r--r--site/content/docs/5.1/examples/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/examples/_index.md b/site/content/docs/5.1/examples/_index.md
index 39102f3646..8241892a53 100644
--- a/site/content/docs/5.1/examples/_index.md
+++ b/site/content/docs/5.1/examples/_index.md
@@ -8,7 +8,7 @@ aliases: "/examples/"
{{< list-examples.inline >}}
{{ range $entry := $.Site.Data.examples -}}
<div class="row g-lg-5 mb-5">
- <div class="col-lg-3">
+ <div class="bd-content col-lg-3">
<h2 id="{{ $entry.category | urlize }}">{{ $entry.category }}</h2>
<p>{{ $entry.description }}</p>
{{ if eq $entry.category "RTL" -}}