calcom/packages/embeds/embed-core/src/embed.css
2022-04-25 10:03:00 +05:30

9 lines
174 B
CSS

/**
These styles are applied to the entire page, so the selectors need to be specific
*/
.cal-embed {
border: 0px;
min-height: 300px;
margin: 0 auto;
width: 100%;
}