Left align and correct spacing on full documentation link

This commit is contained in:
JST5000
2023-05-10 15:22:45 -07:00
parent 4ac9bcf1f8
commit 95b7a7a679
3 changed files with 9 additions and 5 deletions

View File

@@ -150,7 +150,7 @@
"imgClass": "token-illustration",
"subItems": [
{
"description": "NFT Marketplace",
"description": "Non-fungible Tokens",
"link": "./non-fungible-tokens.html",
},
{
@@ -404,7 +404,7 @@
<img src="./img/backgrounds/cta-home-purple.svg" class="d-none-sm cta cta-top-left">
<img src="./img/backgrounds/cta-home-green.svg" class="cta cta-bottom-right">
<div class="z-index-1 position-relative">
<h2 class="h4 mb-8-sm mb-10-until-sm">{% trans %}Have an Idea for a Tool?{% endtrans %}</h2>
<h2 class="h4 mb-8-sm mb-10-until-sm">{% trans %}Get Free Test XRP{% endtrans %}</h2>
<p class="mb-10">{% trans %}Connect to the XRP Ledger Testnet network to develop and test your apps built on the XRP Ledger, without risking real money or impacting production XRP Ledger users.{% endtrans %}</p>
<a class="btn btn-primary btn-arrow" href="xrp-testnet-faucet.html">Generate Testnet Credentials</a>
</div>
@@ -412,8 +412,8 @@
</div>
</div>
</section><!-- Browse by recommended and Generate Testnet Credentials -->
<section class="container-new my-10">
<a href="./docs-index.html" class="external-link ml-auto">See full documenation index <i aria-hidden="true" class="fa fa-external-link"></i></a>
<section class="container-new full-documentation-link">
<a href="./docs-index.html" class="external-link mr-auto">See full documenation index <i aria-hidden="true" class="fa fa-external-link"></i></a>
</section>
{% endblock %}