From 13153fc9d4c67f001a118ac37338ef3126303ce6 Mon Sep 17 00:00:00 2001 From: Toast Date: Thu, 6 Feb 2025 20:12:08 +0100 Subject: [PATCH] Pages/shows: fix card grid --- src/pages/shows/shows.component.html | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/src/pages/shows/shows.component.html b/src/pages/shows/shows.component.html index 8f6cc94..6cefc1d 100644 --- a/src/pages/shows/shows.component.html +++ b/src/pages/shows/shows.component.html @@ -1,17 +1,19 @@
-
+
@for (show of shows; track show._id) { -
- -
-
{{ show.title }}
-

{{ show.date | date }}

- - +
+
+ +
+
{{ show.title }}
+

{{ show.date | date }}

+ + +
}