adds qa changes

This commit is contained in:
akcodez
2024-11-11 14:08:31 -08:00
parent 6ede5bfb11
commit 434c6f6518
6 changed files with 21 additions and 15 deletions

View File

@@ -1779,10 +1779,17 @@ html.light {
}
.developer-tools__image {
max-width: 100%;
height: auto;
width: 110%;
height: 124%;
background-image: url("../img/tokenization/graphic.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.m-h-300 {
min-height: 300px;
}
@media (max-width: 991px) {
.developer-tools {
padding: 50px 0;

View File

@@ -1270,7 +1270,9 @@ $company-logos-light: (
background-image: url(#{$path});
}
}
.developer-tools__image {
background-image: url("../img/tokenization/lightmode/graphic.png");
}
.token-video-text-container {
p {
color: var(--XRPL-Primary-Black, #000);