mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 11:45:50 +00:00
Address docs page style issues
This commit is contained in:
@@ -62,8 +62,8 @@
|
||||
|
||||
<section class="container-new mb-50-until-sm" id="doc-types">
|
||||
<div class="d-flex flex-column-reverse col-sm-8 p-0">
|
||||
<h2 class="h4">{% trans %}Article Types{% endtrans %}</h2>
|
||||
<h6 class="green-500 mb-3">{% trans %}Read Up First{% endtrans %}</h6>
|
||||
<h2 class="h4">{% trans %}Article types{% endtrans %}</h2>
|
||||
<h6 class="green-500 mb-3">{% trans %}Dive In{% endtrans %}</h6>
|
||||
</div>
|
||||
{% set curated_cards = currentpage.children|selectattr("html","ne","by-label.html")|selectattr("html","ne","faq.html")|map(attribute="html")|list %}
|
||||
{% set mobile_cols = 1 %}
|
||||
@@ -73,7 +73,7 @@
|
||||
|
||||
<section class="container-new mb-50-until-sm" id="run-a-network-node">
|
||||
<div class="d-flex flex-column-reverse col-sm-8 p-0">
|
||||
<h2 class="h4">{% trans %}Run an XRP Ledger Network Node{% endtrans %}</h2>
|
||||
<h2 class="h4">{% trans %}Run an XRP Ledger network node{% endtrans %}</h2>
|
||||
<h6 class="green-500 mb-3">{% trans %}Participate in the Network{% endtrans %}</h6>
|
||||
</div>
|
||||
{% set curated_cards = [
|
||||
@@ -86,7 +86,10 @@
|
||||
</section><!--/#run-a-network-node-->
|
||||
|
||||
<section class="container-new mb-50-until-sm" id="docs-hot-topic">
|
||||
<h2 class="h4">{% trans %}Hot Topic: NFTs{% endtrans %}</h2>
|
||||
<div class="d-flex flex-column-reverse col-sm-8 p-0">
|
||||
<h2 class="h4">{% trans %}NFTs{% endtrans %}</h2>
|
||||
<h6 class="green-500 mb-3">{% trans %}Hot Topic{% endtrans %}</h6>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<p class="longform">{% trans %}Interested in non-fungible tokens, but concerned about their <a href="impact.html">large carbon footprint</a>? Check out these proposed standards for issuing NFTs on the XRP Ledger:{% endtrans %}</p>
|
||||
@@ -103,7 +106,7 @@
|
||||
|
||||
<section class="container-new mb-50-until-sm doc-index">
|
||||
<div class="d-flex flex-column-reverse col-sm-8 p-0">
|
||||
<h2 id="full-doc-index" class="h4">{% trans %}Full Documentation Index{% endtrans %}</h2>
|
||||
<h2 id="full-doc-index" class="h4">{% trans %}Full documentation index{% endtrans %}</h2>
|
||||
<h6 class="green-500 mb-3">{% trans %}See Everything{% endtrans %}</h6>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user