From c2ddaec29c399df812aa151b7df090ea03ad9e44 Mon Sep 17 00:00:00 2001 From: Felix Schneider <99918022+trueberryless@users.noreply.github.com> Date: Mon, 6 Jul 2026 22:05:23 +0200 Subject: [PATCH 1/7] style: improve design of website --- bun.lock | 1 - src/components/App.tsx | 156 ++++++++++++++++++++++++++------------- src/layouts/Layout.astro | 5 +- src/pages/index.astro | 30 ++++---- src/styles/global.css | 4 +- 5 files changed, 124 insertions(+), 72 deletions(-) diff --git a/bun.lock b/bun.lock index 5776a54..9707c68 100644 --- a/bun.lock +++ b/bun.lock @@ -29,7 +29,6 @@ "@babel/template": "7.29.7", "@babel/traverse": "7.29.7", "@babel/types": "7.29.7", - "@emnapi/runtime": "1.11.1", "@jridgewell/trace-mapping": "0.3.31", "esbuild": "0.28.1", "is-docker": "4.0.0", diff --git a/src/components/App.tsx b/src/components/App.tsx index f143f72..614f849 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -203,11 +203,11 @@ export default function App() { return ( <> -