mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-20 03:35:51 +00:00
qa changes
This commit is contained in:
@@ -363,6 +363,11 @@ function TokenVideoSection() {
|
||||
"XRP Ledger's built-in functionality and compliance-enabling features allow asset tokenization without additional layers of complexity."
|
||||
)}
|
||||
</p>
|
||||
<p>
|
||||
{translate(
|
||||
"Access the full white paper to learn how XRP Ledger’s new token standard is shaping institutional-grade finance."
|
||||
)}
|
||||
</p>
|
||||
<div className="d-lg-block small-100 __button-container">
|
||||
<a
|
||||
className="btn btn-primary"
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1519,6 +1519,9 @@ html.light {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.token-video-container {
|
||||
@@ -1530,6 +1533,9 @@ html.light {
|
||||
gap: 48px;
|
||||
max-width: 1200px;
|
||||
margin: 0 auto;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.__button-container{
|
||||
margin-top: 16px;
|
||||
}
|
||||
@@ -1586,7 +1592,7 @@ html.light {
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
padding: 60px 20px;
|
||||
padding: 60px 40px;
|
||||
gap: 32px;
|
||||
max-width: 100%;
|
||||
|
||||
@@ -1612,6 +1618,9 @@ html.light {
|
||||
align-items: start;
|
||||
gap: 40px;
|
||||
max-width: 1280px;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
.cards-title-token {
|
||||
color: var(--black-black-0-white, #FFF);
|
||||
@@ -1747,6 +1756,10 @@ html.light {
|
||||
padding: 100px 40px;
|
||||
max-width: 1200px;
|
||||
width: 100%;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 0px;
|
||||
padding-top: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.upcoming-events__title {
|
||||
@@ -1755,6 +1768,9 @@ html.light {
|
||||
color: #fff;
|
||||
font: 700 32px/38px Work Sans, -apple-system, Roboto, Helvetica, sans-serif;
|
||||
margin-bottom: 64px;
|
||||
@media (max-width: 767px) {
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
.upcoming-events__logo-container {
|
||||
@@ -1919,7 +1935,7 @@ html.light {
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.developer-tools {
|
||||
padding: 50px 0;
|
||||
padding: 50px 40px;
|
||||
}
|
||||
|
||||
.developer-tools__header {
|
||||
@@ -2135,7 +2151,7 @@ html.light {
|
||||
&.single-card {
|
||||
max-height: 288px !important;
|
||||
@media (max-width: 768px) {
|
||||
max-height: 328px !important;
|
||||
max-height: 375px !important;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
|
||||
@@ -2217,7 +2233,10 @@ html.light {
|
||||
}
|
||||
|
||||
.token-utility-section {
|
||||
padding-top: 100px;
|
||||
padding: 100px 40px;
|
||||
@media (max-width: 767px) {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
.section-title {
|
||||
font-size: 32px;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user