mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-18 18:55:49 +00:00
fix image size issues across community payments and tokenization pages
This commit is contained in:
@@ -908,7 +908,6 @@
|
||||
.w-222 {
|
||||
width: 222px;
|
||||
}
|
||||
|
||||
.bottom-cards-section .com-card .card-content {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -978,10 +977,12 @@
|
||||
content: url(../img/community/card-bg-1.svg);
|
||||
}
|
||||
.top-right-img.bug-bounty-card-bg {
|
||||
content: url(../img/community/bug-bounty-card-bg.png)
|
||||
content: url(../img/community/bug-bounty-card-bg.png);
|
||||
height: 123px;
|
||||
}
|
||||
.bottom-right-img.bug-bounty-card-bg-2 {
|
||||
content: url(../img/community/bug-bounty-card-bg-2.png)
|
||||
content: url(../img/community/bug-bounty-card-bg-2.png);
|
||||
height: 123px;
|
||||
}
|
||||
|
||||
.bottom-right-img {
|
||||
|
||||
@@ -2160,10 +2160,9 @@ html.light {
|
||||
background-position: bottom right;
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
background-size: 136px 177px;
|
||||
@media (max-width: 767px) {
|
||||
background-image: url(../img/community/bug-bounty-card-bg-2-mobile.png);
|
||||
background-size: 136px 177px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user