From f3cb3884b11cb48db08047a59648d43fb8519460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Thu, 28 May 2026 14:15:23 +0200 Subject: [PATCH] style: nicer 404 page, font-sizes --- src/assets/problem.svg | 30 +++++++++ src/components/ApiDocs/ApiDocs.astro | 1 - src/components/ApiDocs/Parameters.astro | 3 + src/components/ApiDocs/Schema.astro | 3 + src/components/Feedback.astro | 3 +- src/pages/404.astro | 82 +++---------------------- 6 files changed, 46 insertions(+), 76 deletions(-) create mode 100644 src/assets/problem.svg diff --git a/src/assets/problem.svg b/src/assets/problem.svg new file mode 100644 index 00000000..1c35e095 --- /dev/null +++ b/src/assets/problem.svg @@ -0,0 +1,30 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/ApiDocs/ApiDocs.astro b/src/components/ApiDocs/ApiDocs.astro index 49477910..f89dc43c 100644 --- a/src/components/ApiDocs/ApiDocs.astro +++ b/src/components/ApiDocs/ApiDocs.astro @@ -46,7 +46,6 @@ const target = tagSlug