mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
Consistent breadcrumb spacing (as long as content's first header is h1)
This commit is contained in:
@@ -3,12 +3,14 @@
|
||||
{% block mainclasses %}landing{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
<section class="container-fluid px-3 px-sm-5 pb-5 pt-0">
|
||||
<section class="container-fluid bg-white p-3 px-sm-5">
|
||||
<h1 class="main-page-header">XRP Ledger Documentation</h1>
|
||||
<div class="blurb">
|
||||
<p>Dive into our documentation and start integrating with the XRP Ledger.</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="container-fluid bg-light p-3 px-sm-5">
|
||||
<div class="card-deck p-2">
|
||||
{% set doc_types = [] %}
|
||||
{% for page in pages %}
|
||||
@@ -86,7 +88,7 @@
|
||||
</section>
|
||||
|
||||
<section class="container-fluid p-3 p-lg-5">
|
||||
<h2>Full Documentation Index</h2>
|
||||
<h2 id="full-doc-index">Full Documentation Index</h2>
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
{% set parent_page = currentpage %}
|
||||
|
||||
Reference in New Issue
Block a user