From 1bd5c06aa023636e70843756fe2aa70e32c0541e Mon Sep 17 00:00:00 2001 From: LinuxWizard42 Date: Thu, 8 Jun 2023 19:15:39 +0300 Subject: Background fixes --- css/voidnet.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/voidnet.css b/css/voidnet.css index 3da3bcd..b4b7b1d 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -6,11 +6,18 @@ body{ font-family: "FreeMono"; background-image: linear-gradient(45deg, #000000, #222222); - background-size: cover; + background-size: 100% 100%; background-attachment: fixed; - background-repeat: none; + background-repeat: no-repeat; + background-position: center; + width: 100%; height: 100%; min-height: 100%; + min-width: 100%; + top: 0px; + left: 0px; + bottom: 0px; + margin: 0px; } .page_header_background{ -- cgit v1.2.3-86-g962b