Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit d508799

Browse files
committed
make schedule in-person
1 parent a86a4dc commit d508799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/schedule.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="schedule-header">{{ day.name }}</h2>
1616
{% capture start %}{% include minutes.liquid time=event.start %}{% endcapture %}
1717
{% capture end %}{% include minutes.liquid time=event.end %}{% endcapture %}
1818
{% assign top = start | minus: offset | times: 40 | divided_by: 30 %}
19-
{% assign height = end | minus: start | times: 60 | divided_by: 30 %}
19+
{% assign height = end | minus: start | times: 40 | divided_by: 30 %}
2020
<li class="schedule-event {% if event.class %}{{ event.class }}{% else %}{{ event.name | slugify }}{% endif %}"
2121
style="top: {{ top }}px; height: {{ height }}px;">
2222
<div class="name">{{ event.name }}</div>

0 commit comments

Comments
 (0)