Fix spacing from headers to 1st text

This commit is contained in:
mDuo13
2021-07-02 01:00:22 -07:00
parent 661479ce78
commit 408b4c21f0
8 changed files with 19 additions and 12 deletions

View File

@@ -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 thats 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>