new pt helper, merging changes from Rome

This commit is contained in:
Calvin Jhunjhnuwala
2021-06-29 19:53:24 -07:00
parent 06fe14c8c4
commit cc8fe27c06
2 changed files with 8 additions and 3 deletions

View File

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

View File

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