From f977ee338c7eff240c26c793d7340de4a7b5788b Mon Sep 17 00:00:00 2001 From: Joe Carstairs <65492573+Sycamost@users.noreply.github.com> Date: Wed, 5 Jun 2024 09:38:10 +0100 Subject: Adds Links page and fixes blog feed --- website/public/css/feed.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 website/public/css/feed.css (limited to 'website/public/css/feed.css') diff --git a/website/public/css/feed.css b/website/public/css/feed.css new file mode 100644 index 0000000..699a571 --- /dev/null +++ b/website/public/css/feed.css @@ -0,0 +1,10 @@ +.h-feed { + /* Assumes there is at most one level of subheading for sub-dividing entries */ + :is(h2, h3, h4, h5, h6) { + margin-block-start: var(--spacing-block-md); + } + + .h-entry { + margin-block-start: var(--spacing-block-sm); + } +} -- cgit v1.2.3