2022-03-31 08:45:47 +00:00
|
|
|
/**
|
|
|
|
These styles are applied to the entire page, so the selectors need to be specific
|
|
|
|
*/
|
|
|
|
.cal-embed {
|
|
|
|
border: 0px;
|
2022-04-14 02:47:34 +00:00
|
|
|
min-height: 300px;
|
2022-04-25 04:33:00 +00:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 100%;
|
2022-03-31 08:45:47 +00:00
|
|
|
}
|