diff options
author | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-27 21:31:57 +0200 |
---|---|---|
committer | LinuxWizard42 <computerwizard@linuxmail.org> | 2022-11-27 21:31:57 +0200 |
commit | a568509ca8162145e8cc291cbd07acc5e4dba876 (patch) | |
tree | f701c0e4a6a9e24ada73f8c58a1d45ae0643dab3 /index.html | |
parent | ba3a34cbe74a6011c8b94b85cc34809e78392bc6 (diff) | |
download | VoidNet_Site-a568509ca8162145e8cc291cbd07acc5e4dba876.tar.gz VoidNet_Site-a568509ca8162145e8cc291cbd07acc5e4dba876.tar.zst |
Fixed background not being shown all the way to bottom of screen when viewed vertically on phone
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ </div> </div> </nav> -<div class="container-fluid"> +<div class="container-fluid h-100"> <div class="container-fluid w-100 mb-4 content_box shadow rounded-2"> <center> <img src="img/voidnet_logo.png" width="128px" height="128px"></img> |