Updated Pipedrive's templates, mostly.
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user