Skip to content

Commit

Permalink
adjust table margins
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTorsvik committed Nov 14, 2023
1 parent de79f3a commit 933caf3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions templates/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@ <h2>Schedule</h2>
<b>{{ day.title }}</b>
</td>
</tr>
<tr>
<td width="25%">
<td style="margin: 10px; padding: 5px;">
{% if day.goal %}
<b>Goal for the day:</b>
{% endif %}
</td>
<td width="75%">
<td>
{% if day.goal %}
{{ day.goal }}
{% endif %}
Expand All @@ -48,10 +47,10 @@ <h2>Schedule</h2>
{% if day.locations %}
{% for loc in day.locations %}
<tr>
<td class="uk-width-2-5">
{{ loc.location }}
<td>
<b>{{ loc.location }}:</b>
</td>
<td class="uk-width-3-5">
<td>
{% if loc.url %}
<a href="{{ loc.url }}" target="_blank">{{ loc.room }}</a>
{% else %}
Expand Down

0 comments on commit 933caf3

Please sign in to comment.