From 113a1be0cc9d68726daffcbe76dbbfb0e06dc762 Mon Sep 17 00:00:00 2001 From: Carl Suckfuell Date: Sat, 28 Oct 2023 13:36:08 +0200 Subject: [PATCH] stretch background; maybe looks better? --- static/style/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style/styles.css b/static/style/styles.css index 7341d25..c5c2210 100755 --- a/static/style/styles.css +++ b/static/style/styles.css @@ -61,7 +61,7 @@ body { background-image:url(linien1.svg); background-repeat:no-repeat; - background-size:contain; + background-size:100% auto; background-position:center; background-attachment:fixed; background-color:#3F3836;