From 3955e219e60e45c27355bcda49cb0b7302a38778 Mon Sep 17 00:00:00 2001 From: Alexander Daichendt Date: Wed, 1 Jan 2025 14:18:49 +0100 Subject: [PATCH] feat: responsive verification table --- src/components/verification/DataTable.astro | 36 ++++++++++++++------- wrangler.toml | 2 ++ 2 files changed, 27 insertions(+), 11 deletions(-) diff --git a/src/components/verification/DataTable.astro b/src/components/verification/DataTable.astro index af00fcc..cca7f5c 100644 --- a/src/components/verification/DataTable.astro +++ b/src/components/verification/DataTable.astro @@ -11,38 +11,52 @@ const { cv } = Astro.props;