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 /about | |
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 'about')
-rw-r--r-- | about/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/about/index.html b/about/index.html index 8b0d370..7476eae 100644 --- a/about/index.html +++ b/about/index.html @@ -16,7 +16,6 @@ <nav class="navbar navbar-dark dark_navbar navbar-expand-lg mb-2 shadow"> <div class="container-fluid"> <img class="navbar_logo" src="/img/voidnet_logo.png"></img> -<hr width="20px" height="0px"></hr> <button class="navbar-toggler me-auto" type="button" data-bs-toggle="collapse" data-bs-target="#mnav"><span class="wtext">Menu</span></button> <div class="collapse navbar-collapse" id="mnav"> <ul class="navbar-nav me-auto"> |