diff options
author | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-30 17:50:44 +0200 |
---|---|---|
committer | LinuxWizard42 <linuxwizard@voidnet.dy.fi> | 2022-11-30 17:50:44 +0200 |
commit | 4ef700591a149d598a60b8d9402d627f1e3152cf (patch) | |
tree | d712f3622c2857194f59ba83a0aab335946c157d /css/voidnet.css | |
parent | f48188fa0644d1d19b7c4a53cfef72702cc79f16 (diff) | |
download | VoidNet_Site-4ef700591a149d598a60b8d9402d627f1e3152cf.tar.gz VoidNet_Site-4ef700591a149d598a60b8d9402d627f1e3152cf.tar.zst |
Removed unneeded <hr> and fixed background height on phones
Diffstat (limited to 'css/voidnet.css')
-rw-r--r-- | css/voidnet.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/css/voidnet.css b/css/voidnet.css index 744f24a..0f942f3 100644 --- a/css/voidnet.css +++ b/css/voidnet.css @@ -5,12 +5,11 @@ body{ background: linear-gradient(120deg, #FF0000, #000000); - background-size: cover; background-attachment: fixed; + background-size: 100% 100%; background-repeat: no-repeat; font-family: "OpenSans-Regular"; height: 100%; - overflow: scroll; } a{ |