From 26d7c4e6b3f330a71c9aa9c4ab6d372465de0029 Mon Sep 17 00:00:00 2001 From: Meik Date: Sun, 16 Nov 2025 13:06:51 +0100 Subject: [PATCH] reworked site --- web/index.html | 34 +++++++++++++++++++--------------- web/style.css | 1 + 2 files changed, 20 insertions(+), 15 deletions(-) diff --git a/web/index.html b/web/index.html index 15cf5cd..aebc607 100644 --- a/web/index.html +++ b/web/index.html @@ -94,21 +94,25 @@ } - -
- -
+ +
+ +
diff --git a/web/style.css b/web/style.css index 021e0a0..4891fd3 100644 --- a/web/style.css +++ b/web/style.css @@ -17,6 +17,7 @@ body { padding: 20px; } +.site-header, header { background: white; padding: 16px 18px;