Skip to content

Commit

Permalink
docs(preamble): 📝 add yml header with tbl-colwidths (#49)
Browse files Browse the repository at this point in the history
## Description

This aligns the column width across schedule tables. 

I found out that the difference in col widths (Day 1 and 2 were the same
and Day 3 slightly different) were because the first two days having longer
texts (the social activity with networking). We can remedy this by
fixing the `tbl-colwidths` in the YAML header.

## Reviewer Focus

This PR needs a quick review. 

## Checklist

- [ ] Ran spell check
- [ ] Formatted Markdown
- [X] Rendered website locally
  • Loading branch information
signekb authored Oct 7, 2024
1 parent 6252366 commit 627aa4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions preamble/schedule.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
tbl-colwidths: [20, 80]
---

# Schedule {#sec-schedule}

{{< include ../includes/_wip.qmd >}}
Expand Down

0 comments on commit 627aa4a

Please sign in to comment.