mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-05 16:57:59 +00:00
Fix spacing from headers to 1st text
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
<section class="py-26 text-center">
|
||||
<div class="col-lg-5 mx-auto text-center">
|
||||
<div class="d-flex flex-column-reverse">
|
||||
<h1 class="mb-18">{% trans %}Your Questions About XRP, Answered{% endtrans %}</h1>
|
||||
<h1 class="mb-0">{% trans %}Your Questions About XRP, Answered{% endtrans %}</h1>
|
||||
<h6 class="green-500 mb-3">{% trans %}XRP Overview{% endtrans %}</h6>
|
||||
</div>
|
||||
</div>
|
||||
@@ -31,7 +31,7 @@
|
||||
|
||||
<section class="container-new my-20">
|
||||
<div class="card-grid card-grid-1x2">
|
||||
<div class="margin-col d-none-sm">
|
||||
<div class="margin-col d-none-sm mt-lg-0">
|
||||
<ul class="page-toc no-sideline p-0 sticky-top top-24">
|
||||
{% set links = [
|
||||
{ "hash": _("#about-xrp"),
|
||||
@@ -51,7 +51,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-new">
|
||||
<div class="col-new mt-lg-0">
|
||||
<div class="link-section pb-26" id="about-xrp">
|
||||
<h2 class="h4 mb-8">{% trans %}What Is XRP?{% endtrans %}</h2>
|
||||
<h5 class="longform mb-10">{% trans %}XRP is a digital asset that’s native to the XRP Ledger—an open-source, permissionless and decentralized <a href="https://www.distributedagreement.com/2018/09/24/what-is-a-blockchain/" target="_blank">blockchain technology.</a>{% endtrans %}</h5>
|
||||
|
||||
Reference in New Issue
Block a user