Skip to content

Commit

Permalink
Add row split between Days 1/2 and Days 3/4
Browse files Browse the repository at this point in the history
For four-day workshops, the schedule is often rendered oddly (it looks like three rows, given the way it wraps on the screen). Splitting the row div into two separate divs creates a workaround.
  • Loading branch information
jcoliver authored Jun 26, 2024
1 parent efcf032 commit db6a816
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ FOUR DAY SCHEDULE
<tr> <td>16:50</td> <td>Finish day 2</td> </tr>
</table>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3>Day 3</h3>
<table class="table table-striped">
Expand Down

0 comments on commit db6a816

Please sign in to comment.