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:
parent
00d45b11e7
commit
a2edb2afb8
@ -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" -}}
|
||||
|
Loading…
Reference in New Issue
Block a user