Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ramalfinance into prod-issues
  • Loading branch information
Vaibhav sasulkar committed Dec 8, 2024
2 parents db5c7a6 + 034154a commit af2c141
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions blocks/cards/support-contact-us-page.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,22 @@
object-fit: fill;
}

.section.contact-us-card-wrapper .cards-wrapper .cards ul li .cards-card-body>p:last-child:has(span img){
display: block;
width: 80px;
height: 80px;
}

.section.contact-us-card-wrapper .cards-wrapper .cards ul li .cards-card-body>p:has(span img):last-child span img {
width: 80px;
height: 80px;
display: block;
background-size: contain;
object-fit: fill;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
}

@media screen and (min-width:768px) and (max-width:1200px) {
Expand Down Expand Up @@ -199,6 +209,10 @@
align-self: center;
}

.section.contact-us-card-wrapper .cards-wrapper .cards ul li .cards-card-body>p:last-child:has(span img) {
display: none;
}

.section.contact-us-card-wrapper .cards-wrapper .cards ul li .cards-card-body>p span img {
width: 40px;
height: 40px;
Expand Down

0 comments on commit af2c141

Please sign in to comment.