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 /contact.php | |
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 'contact.php')
-rw-r--r-- | contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contact.php b/contact.php index e0c273d..8551372 100644 --- a/contact.php +++ b/contact.php @@ -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> <h1 class="wtext content_title">Contact</h1> |