mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
new pt helper, merging changes from Rome
This commit is contained in:
@@ -243,6 +243,11 @@
|
||||
padding-right: 0 !important;
|
||||
}
|
||||
}
|
||||
.pt-3-sm {
|
||||
@include media-breakpoint-down(sm) {
|
||||
padding-top: 1rem !important;
|
||||
}
|
||||
}
|
||||
.p-8 {
|
||||
padding: 2rem;
|
||||
&-sm {
|
||||
|
||||
@@ -48,17 +48,17 @@
|
||||
<h6 class="green-500 mb-3">{% trans %}Discover Benefits{% endtrans %}</h6>
|
||||
</div>
|
||||
<ul class="mt-10 card-grid card-grid-3xN">
|
||||
<li class="col-new ls-none mb-16-sm">
|
||||
<li class="col-new ls-none pt-3-sm">
|
||||
<img src="./img/icons/public.svg">
|
||||
<h4 class="mt-3 mb-0 h5">{% trans %}Public and Decentralized Structure{% endtrans %}</h4>
|
||||
<p class="mt-8 mb-0">{% trans %}Open source, open to anyone to build on, maintained by the community{% endtrans %}</p>
|
||||
</li>
|
||||
<li class="col-new ls-none mb-16-sm">
|
||||
<li class="col-new ls-none pt-3-sm">
|
||||
<img src="./img/icons/streamlined.svg">
|
||||
<h4 class="mt-3 mb-0 h5">{% trans %}Streamlined <br/>Development{% endtrans %}</h4>
|
||||
<p class="mt-8 mb-0">{% trans %}Tools and documentation that speed development and reduce time to market{% endtrans %}</p>
|
||||
</li>
|
||||
<li class="col-new ls-none mb-16-sm">
|
||||
<li class="col-new ls-none pt-3-sm">
|
||||
<img src="./img/icons/performance.svg">
|
||||
<h4 class="mt-3 mb-0 h5">{% trans %}High <br/>Performance{% endtrans %}</h4>
|
||||
<p class="mt-8 mb-0">{% trans %}Capable of settling thousands of transactions in seconds{% endtrans %}</p>
|
||||
|
||||
Reference in New Issue
Block a user