From 9c3f103758895798c069e95861612a52f4847713 Mon Sep 17 00:00:00 2001 From: Patrick Date: Thu, 2 Oct 2025 11:41:56 +0200 Subject: [PATCH] added global css --- src/app.html | 1 + static/global.css | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 static/global.css diff --git a/src/app.html b/src/app.html index c8050c1..d42d971 100644 --- a/src/app.html +++ b/src/app.html @@ -4,6 +4,7 @@ + %sveltekit.head% diff --git a/static/global.css b/static/global.css new file mode 100644 index 0000000..cd95015 --- /dev/null +++ b/static/global.css @@ -0,0 +1,3 @@ +body { + width: 100%; +}