Files
Gainsight/Custom_Templates/customer_templates/Pipedrive - Learn/_webinars_upcoming.html.liquid
2024-09-12 18:25:34 -04:00

24 lines
591 B
Plaintext

<div class="width-limit">
<div class="upcoming-webinars-title">
Upcoming webinars by Pipedrive
</div>
<div class="upcoming-webinars-iframe">
<iframe width="100%" height="400" frameborder="0" src="https://app.livestorm.co/pipedrive/upcoming?limit=9" title="Pipedrive events | Livestorm"></iframe>
</div>
</div>
<style>
.upcoming-webinars-iframe {
width: 70%;
min-height: 375px;
border: 1px solid #E4E6E9;
border-radius: 4px;
}
.upcoming-webinars-title {
font-size: 34px;
font-weight: 700;
line-height: 44px;
margin: 40px 0;
}
</style>