From 68484fbe3f992df1275a271a27c00c86206e9779 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sun, 27 Jul 2025 21:56:08 +0200 Subject: [PATCH] style patches --- src/components/AIQueryInterface.astro | 24 ++++----- src/components/ToolFilters.astro | 4 +- src/components/ToolMatrix.astro | 18 +++---- src/layouts/BaseLayout.astro | 2 +- src/pages/about.astro | 64 +++++++++++------------ src/pages/auth/callback.astro | 2 +- src/pages/contribute/index.astro | 8 +-- src/pages/contribute/knowledgebase.astro | 8 +-- src/pages/contribute/tool.astro | 6 +-- src/pages/impressum.astro | 6 +-- src/pages/index.astro | 2 +- src/pages/knowledgebase.astro | 4 +- src/styles/global.css | 65 ++++++++++++++++++++++++ 13 files changed, 139 insertions(+), 74 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index fb1a523..eeb613d 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -8,7 +8,7 @@ const phases = data.phases; const domainAgnosticSoftware = data['domain-agnostic-software'] || []; --- -