From d92128b747362151b0cb224c3efc4a215e76597a Mon Sep 17 00:00:00 2001 From: David Madl Date: Tue, 17 Feb 2026 01:02:17 +0100 Subject: [PATCH] fix left panel background-repeat so it works for page 2 and so on --- index.html | 16 ++++++++++++++++ main.css | 5 +---- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ab16396..d3215e1 100644 --- a/index.html +++ b/index.html @@ -57,6 +57,22 @@

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+
+
+ left-hang 2 +
+

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+
+
+
+ left-hang 3 +
+

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+
\ No newline at end of file diff --git a/main.css b/main.css index 77e8860..8ee15ae 100644 --- a/main.css +++ b/main.css @@ -36,14 +36,11 @@ } } -html { - height: 100%; -} body { background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); background-size: 6.7cm 100%; background-position: top left; - background-repeat: no-repeat; + background-repeat: repeat-y; } * {