diff options
| author | Joe Carstairs <me@joeac.net> | 2024-07-14 18:07:08 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2024-07-14 18:07:08 +0100 |
| commit | e3f74b6a03701899bb1020258d52df86b4d4facd (patch) | |
| tree | 14e7098a4c003b53df36bc674d258e90860bf63f /website/src | |
| parent | c07a78a9ec2597bccda562f6f63761c6ba16f9ba (diff) | |
Nicer layout of what-to-bring-to-housewarming instructions
Diffstat (limited to 'website/src')
| -rw-r--r-- | website/src/pages/housewarming.astro | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/website/src/pages/housewarming.astro b/website/src/pages/housewarming.astro index 517a588..70c2968 100644 --- a/website/src/pages/housewarming.astro +++ b/website/src/pages/housewarming.astro @@ -23,8 +23,11 @@ import Page from '../layouts/Page.astro'; <dt>what to bring</dt> <dd> - good food and/or good drink and/or good chat and/or good tunes - and/or just your good self + good food<br> + and/or good drink<br> + and/or good chat<br> + and/or good tunes<br> + and/or just your good self </dd> </dl> </section> |
