Skip to content

Commit

Permalink
fix image shrinking in payment alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
stCarolas committed Mar 24, 2024
1 parent ae4d4f5 commit 0111663
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.alertimage {
flex-grow: 1;
flex-grow: 1;
flex-shrink: 1;
display: flex;
border: none;
margin-left: auto;
margin-right: auto;
display: flex;
border: none;
margin-left: auto;
margin-right: auto;
height: 0px;
}

0 comments on commit 0111663

Please sign in to comment.