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 | |
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
-rw-r--r-- | about.html | 2 | ||||
-rw-r--r-- | contact.php | 2 | ||||
-rw-r--r-- | flashrunner/index.html | 2 | ||||
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | server_status.php | 2 | ||||
-rw-r--r-- | servers.html | 2 | ||||
-rw-r--r-- | software.html | 2 | ||||
-rw-r--r-- | statsapiserver/index.html | 2 | ||||
-rw-r--r-- | wizardbot/index.html | 2 | ||||
-rw-r--r-- | wizardbotv2/index.html | 2 |
10 files changed, 10 insertions, 10 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> 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> diff --git a/flashrunner/index.html b/flashrunner/index.html index c9c08fd..5f12cb0 100644 --- a/flashrunner/index.html +++ b/flashrunner/index.html @@ -35,7 +35,7 @@ </div> </div> </nav> -<div class="container-fluid"> +<div class="container-fluid h-100"> <div class="container-fluid mb-4 content_box shadow w-100"> <center> <br/> @@ -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> diff --git a/server_status.php b/server_status.php index 8737952..01ce5c4 100644 --- a/server_status.php +++ b/server_status.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">Server status</h1> diff --git a/servers.html b/servers.html index f69b571..8711514 100644 --- a/servers.html +++ b/servers.html @@ -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">List of VoidNet servers</h1> diff --git a/software.html b/software.html index 0b9cbc9..628090b 100644 --- a/software.html +++ b/software.html @@ -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">Software</h1> diff --git a/statsapiserver/index.html b/statsapiserver/index.html index 5b5355c..0812985 100644 --- a/statsapiserver/index.html +++ b/statsapiserver/index.html @@ -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">StatsAPIServer</h1> diff --git a/wizardbot/index.html b/wizardbot/index.html index ac104f9..2d1ae94 100644 --- a/wizardbot/index.html +++ b/wizardbot/index.html @@ -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">WizardBot</h1> diff --git a/wizardbotv2/index.html b/wizardbotv2/index.html index b8cf945..c5b4383 100644 --- a/wizardbotv2/index.html +++ b/wizardbotv2/index.html @@ -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">WizardBot V2</h1> |