11 lines
221 B
CSS
11 lines
221 B
CSS
.facebook-whatsapp-iframe-container {
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
}
|
|
#facebook-whatsapp-iframe-enhanced {
|
|
width: 100%;
|
|
min-height: calc(100vh - 200px);
|
|
background: transparent;
|
|
border: none;
|
|
}
|