Skip to content

Commit

Permalink
BP-3727-Increased payment method logo size for enhanced visibility an…
Browse files Browse the repository at this point in the history
…d recognition
  • Loading branch information
SandervdHulst committed Aug 28, 2024
1 parent 9b1ca60 commit 95049f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion view/frontend/web/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
align-items: center;
}
.bk-img-wrap {
width: 40px;
width: 50px;
margin-right:10px;
align-items: center;
display: flex;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</label>
</div>
<div class="bk-img-wrap">
<img style="width:40px;" data-bind="attr: { src: logo() }" />
<img style="width:50px;" data-bind="attr: { src: logo() }" />
</div>
</div>
</div>
Expand Down

0 comments on commit 95049f9

Please sign in to comment.