Skip to content

Commit

Permalink
fix(service detail): ui fixe (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
nidhigarg-bmw authored Aug 9, 2023
1 parent 53dc7f5 commit 2471836
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@
height: 288px;
display: flex;
flex-wrap: wrap;
.lead-image > img {
border-radius: 16px;
width: '288px';
height: '288px';
.lead-image {
img {
border-radius: 16px;
width: '288px';
height: '288px';
}
}
.marketplace-app-content {
width: 50%;
padding: 0px 0px 0px 56px;
}
}

0 comments on commit 2471836

Please sign in to comment.