From abfa34fff89354135418173d142b17157d24fa56 Mon Sep 17 00:00:00 2001 From: tree Date: Sat, 2 Mar 2024 18:15:26 +0100 Subject: [PATCH] events filter border --- src/components/EventsPage.astro | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/src/components/EventsPage.astro b/src/components/EventsPage.astro index 6f967df..3715122 100644 --- a/src/components/EventsPage.astro +++ b/src/components/EventsPage.astro @@ -75,15 +75,15 @@ places = places.sort((x, y) => x.num < y.num ? 1 : -1)
-