From 14bba6fb49989b7561743e0cf23b0a3298622ce8 Mon Sep 17 00:00:00 2001 From: Jakub Heger Date: Mon, 21 Oct 2024 16:06:48 +0200 Subject: [PATCH] fixed bg cutting out by the end of the content of the pages --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 98bbc73..966cd84 100644 --- a/style.css +++ b/style.css @@ -15,15 +15,15 @@ } html { - - background-color: var(--background) ; -} - -body { background-image: url(/assets/bgpattern.png); animation: scrolling 20s linear 1; animation-direction: forward; animation-iteration-count: infinite; + background-color: var(--background) ; +} + +body { + margin: 0px;