aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-04-25 08:27:21 +0200
committerMark Otto <[email protected]>2022-04-28 18:32:22 -0700
commita2edb2afb89beac6f05b926e59d153aa0a0e6f22 (patch)
tree2da72de8b7d4f782297db30a092ffa1e6c8f5c04 /site/content/docs
parent00d45b11e7088981d52027df65bebf7f5e4c6050 (diff)
downloadbootstrap-a2edb2afb89beac6f05b926e59d153aa0a0e6f22.tar.xz
bootstrap-a2edb2afb89beac6f05b926e59d153aa0a0e6f22.zip
Doc: fix offset content for examples page
Diffstat (limited to 'site/content/docs')
-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 39102f364..8241892a5 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" -}}