Skip to content

Commit

Permalink
fix Calendly widget size on small screens #10
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Dec 10, 2024
1 parent e22bd65 commit d59ea46
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,12 @@ <h3>What kind of workshop are you interested in?</h3>

<div class="calendly-container">
<!-- Calendly inline widget begin -->
<div class="calendly-inline-widget" data-url="https://calendly.com/curtrice/30min?background_color=004e64&text_color=ffffff&primary_color=9fffcb"></div>
<div class="calendly-inline-widget"
data-url="https://calendly.com/curtrice/30min?background_color=004e64&text_color=ffffff&primary_color=9fffcb"
data-resize="true"
style="min-width:250px;height:700px;"
<!-- size set to 250 px to account for margins, works on screens down to 320px wide -->
</div>
<script src="https://assets.calendly.com/assets/external/widget.js" async></script>
<!-- Calendly inline widget end -->
</div>
Expand Down

0 comments on commit d59ea46

Please sign in to comment.