From 9ca07414286ef1139ba8dce5be0cfd51b24970c4 Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:54:55 +0100 Subject: [PATCH] housewarming --- website/public/css/base.css | 13 +++++++++++ website/src/pages/housewarming.astro | 32 ++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 website/src/pages/housewarming.astro diff --git a/website/public/css/base.css b/website/public/css/base.css index 7d31609..db6c1dc 100644 --- a/website/public/css/base.css +++ b/website/public/css/base.css @@ -143,6 +143,19 @@ a:is(:link, :visited) { } } +/** Definition lists */ +dl { + margin-block-start: var(--spacing-block-md); + + dt { + font-weight: bold; + + dd + & { + margin-block-start: var(--spacing-block-md); + } + } +} + /** Navigation bar */ nav { diff --git a/website/src/pages/housewarming.astro b/website/src/pages/housewarming.astro new file mode 100644 index 0000000..517a588 --- /dev/null +++ b/website/src/pages/housewarming.astro @@ -0,0 +1,32 @@ +--- +import Page from '../layouts/Page.astro'; +--- + + +
+

Joe's housewarming

+ +

+ I, Joe Carstairs, hereby promise to keep this webpage updated with + accurate information. +

+ +
+
when
+
2pm-6pm Sunday 21 July 2024
+ +
where
+
57 Manor Place, EH3 7EG
+ +
what to wear
+
whatever you like (as long as it's decent)
+ +
what to bring
+
+ good food and/or good drink and/or good chat and/or good tunes + and/or just your good self +
+
+
+
+