From b918cd0a8fbd4a8b603a29196da3236597c544c8 Mon Sep 17 00:00:00 2001 From: kritzl Date: Wed, 16 Sep 2026 11:15:02 +0200 Subject: [PATCH] fix overflows from transitions --- public/transitions/big.svg | 7 ++++++ public/transitions/small.svg | 7 ++++++ src/components/Footer.astro | 7 +----- src/layouts/Layout.astro | 11 +------- src/pages/hamburg/2026/programm.astro | 14 ++--------- src/pages/hamburg/2026/wer.astro | 14 ++--------- src/pages/index.astro | 36 ++++++--------------------- 7 files changed, 27 insertions(+), 69 deletions(-) create mode 100644 public/transitions/big.svg create mode 100644 public/transitions/small.svg diff --git a/public/transitions/big.svg b/public/transitions/big.svg new file mode 100644 index 0000000..088c74d --- /dev/null +++ b/public/transitions/big.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/public/transitions/small.svg b/public/transitions/small.svg new file mode 100644 index 0000000..6190235 --- /dev/null +++ b/public/transitions/small.svg @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/src/components/Footer.astro b/src/components/Footer.astro index d4c3162..f9d3f7d 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -3,12 +3,7 @@ import path from "../utils/path.ts" ---