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

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