Files
bot-whatsapp/packages/portal/src/components/qr/qr.css
2023-01-09 18:37:58 +01:00

13 lines
206 B
CSS

div img {
display: block;
background-color: #f0f0f0;
width: 350px;
height: 350px;
object-fit: contain;
border-radius: 10px;
}
div {
display: flex;
justify-content: center;
}