fix image size issues across community payments and tokenization pages

This commit is contained in:
akcodez
2025-09-30 14:58:09 -07:00
parent 1de30f07a8
commit 39a044089a
4 changed files with 7 additions and 7 deletions

View File

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

View File

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