fix: Ajeita o tamanho das imagens no footer

This commit is contained in:
SamuelCondack 2022-12-12 15:47:19 -03:00
parent c6de522b6d
commit db7c6c25a6

View File

@ -80,6 +80,18 @@
list-style-type: none;
margin: 0;
.footerCheckout__stamps__div_wrapperDeveloper{
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
.images_footer_developed{
width: 38.71px;
height: 16px;
padding: 10px 10px;
}
li:last-child {
margin-left: 16px;
}