From 0667180da5b3720e0e8a9077dfebd7df58fc043c Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Mon, 14 Jul 2025 21:31:20 +0200 Subject: [PATCH] adjust style --- src/components/ToolFilters.astro | 232 +++++++++++++++------- src/components/ToolMatrix.astro | 9 +- src/styles/global.css | 326 +++++++++++++++++++++++++++---- 3 files changed, 457 insertions(+), 110 deletions(-) diff --git a/src/components/ToolFilters.astro b/src/components/ToolFilters.astro index f3c62cd..49605ae 100644 --- a/src/components/ToolFilters.astro +++ b/src/components/ToolFilters.astro @@ -36,13 +36,14 @@ const sortedTags = Object.entries(tagFrequency) /> - -
-
+ +
+ +
- {domains.map((domain: any) => ( @@ -50,16 +51,22 @@ const sortedTags = Object.entries(tagFrequency)
-
-
@@ -72,15 +79,25 @@ const sortedTags = Object.entries(tagFrequency)
- -
- {sortedTags.map(tag => ( +
+ + +
+
+ {sortedTags.map((tag, index) => (
- - \ No newline at end of file diff --git a/src/components/ToolMatrix.astro b/src/components/ToolMatrix.astro index c3ba175..27cb4f8 100644 --- a/src/components/ToolMatrix.astro +++ b/src/components/ToolMatrix.astro @@ -135,6 +135,12 @@ domains.forEach((domain: any) => {