0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Doc: fix offset content for examples page

This commit is contained in:
Julien Déramond 2022-04-25 08:27:21 +02:00 committed by Mark Otto
parent 00d45b11e7
commit a2edb2afb8

View File

@ -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" -}}