mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
adds qa changes
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user